sparse-intern-71089
11/07/2019, 8:28 PMgentle-diamond-70147
11/08/2019, 4:20 PMgentle-diamond-70147
11/08/2019, 4:21 PMgentle-diamond-70147
11/08/2019, 4:25 PMpulumi preview --diff
will also show you the full detailsancient-plastic-80816
11/11/2019, 6:48 AMconst tld = new digitalocean.Domain('<http://tld.com|tld.com>', {...}, {import: 'identifier'});
const sub = new digitalocean.DnsRecord('<http://sub.tld.com|sub.tld.com>', {
domain = tld.name,
...
}, {import: 'identifier'});
The empty string thing is the same even when I hardcode the domain in the subdomain.gentle-diamond-70147
11/11/2019, 4:44 PMdigitalocean.DnsRecord
resource I believe it will import fine and then you can revert to using the tld.name
reference.