terraform-provider-godaddy
terraform-provider-godaddy copied to clipboard
godaddy_domain_record resource is updated each time
Each time I run terraform apply
or terraform plan
, all godaddy_domain_record
resources are recreated. Could you please tell how to solve this issue?
I use Terraform v1.3.3 on darwin_arm64.
I've built a local version of the provider as described here https://github.com/n3integration/terraform-provider-godaddy/issues/49 (using https://github.com/n3integration/terraform-provider-godaddy/commit/cdff46b4779076476773cb63b03de2eda900b64d)
I think this might be the same thing as https://github.com/n3integration/terraform-provider-godaddy/issues/39