Closed jamestait closed 2 years ago
I'm also encountering this issue in quite the similar way. Have domains, imported it:
terraform import --var-file="secrets.tfvars" 'gandi_domain.mydomain[2]' <domain_name>.com
Then I get simliar additions and removals to the ticket.
Should have been fixed by #123
I have several pre-existing domains that I'm importing into a new terraform config. The initial import of the
gandi_domain
resources has worked fine, but with no further changesterraform plan
shows that theadmin
,billing
,owner
andtech
attributes will be removed and re-created with identical content:Is there another resource I need to import in order to prevent this?