I'm struggling to figure out how to do an import. ...
# python
c
I'm struggling to figure out how to do an import. I feel like I'm missing something obvious, but I keep getting this:
Copy code
Diagnostics:
  ...
  digitalocean:index:DnsRecord (a):
    error: Preview failed: refreshing urn:pulumi:devjs::do-pulumi-node::digitalocean:index/dnsRecord:DnsRecord::a: domain is invalid because cannot be an empty string
I've confirmed that the ids used for import_ are correct with the digital ocean API. If I comment out the DnsRecord, I can import the domain with no problems. Any insight would be appreciated.