DNS provider incorrectly replaces TXT record: never stabilizes #9416
Labels
persistent-bug
Hard to diagnose or long lived bugs for which resolutions are more like feature work than bug work
size/m
Milestone
Community Note
modular-magician
user, it is either in the process of being autogenerated, or is planned to be autogenerated soon. If an issue is assigned to a user, that user is claiming responsibility for the issue. If an issue is assigned tohashibot
, a community member has claimed the issue already.Terraform Version
0.15.5
Affected Resource(s)
Terraform Configuration Files
main.tf
providers.tf
versions.tf
Debug Output
https://gist.github.com/mike-at-spotify/a6e0ebc6de33eee2e2fa15798a7da3f8
Panic Output
Expected Behavior
When
terraform apply
is run twice consecutively without changing the resources, the secondterraform apply
should not make any changes.Actual Behavior
Every
terraform apply
makes the same change in spite of the fact that themain.tf
has not changed and also in spite of the fact that the previousterraform apply
succeeded.In other words, the infrastructure never becomes stable.
Steps to Reproduce
terraform apply
terraform apply
terraform apply
terraform apply
Important Factoids
This is about as simple as it gets. The infrastructure should be stable after the first apply, but it isn't.
References
The text was updated successfully, but these errors were encountered: