You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think this is a diff normalization issue. It looks like when we read the alias back from the Route53 API it is trimming off the trailing period in your config.
We should fix this by having Terraform mirror this normalization behavior, but in the mean time you should be able to work around it by removing there period from your config so Terraform won't see it as a change.
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.
If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.
ghost
locked and limited conversation to collaborators
Apr 21, 2020
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
When using a aws_route53_record that has an alias to another record in the same zone, the alias section is updated on zero change.
Terraform Version
0.7.5
Affected Resource(s)
Terraform Configuration Files
Expected Behavior
When running
terraform plan
on zero change to this record, Terraform should not report any changes to this record.Actual Behavior
(I obviously modified the zone ID)
Steps to Reproduce
terraform plan
The text was updated successfully, but these errors were encountered: