-
Notifications
You must be signed in to change notification settings - Fork 72
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Provider produced inconsistent result after apply #148
Comments
Same issues here with Terraform v1.0.1, I can hit it with all RR types. edit I've done some more debugging and found this (in my case) is due to the DNS server not returning the expected DNS result after the creation of the resource. So a dynamic update occurs without error but the DNS server won't serve the record due to some other misconfiguration (BIND with an overlapping authoritative domain in my case). |
This particular Terraform |
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. |
Hello,
there is problem on dns_ptr_record creation.
Terraform Version
Terraform v0.14.5
Affected Resource(s)
Please list the resources as a list, for example:
Terraform Configuration Files
main_init.tf
./test-srv/module_dns.tf
Expected Behavior
What should have happened?
dns_a_record_set should be created.
Actual Behavior
What actually happened?
Error: Provider produced inconsistent result after apply
When applying changes to module.dns-test.dns_ptr_record.dns_ptr, provider
"registry.terraform.io/hashicorp/dns" produced an unexpected new value: Root resource was present, but now absent.
This is a bug in the provider, which should be reported in the provider's own issue tracker.
Steps to Reproduce
Please list the steps required to reproduce the issue, for example:
terraform apply
Important Factoids
Issue not permanent.
dns_a_record_set create after some
terraform apply
runs.The text was updated successfully, but these errors were encountered: