-
Notifications
You must be signed in to change notification settings - Fork 9.3k
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
route 53 changes detected even though there are no changes #361
Comments
Still happens in |
I have submitted a PR to hopefully address this for uppercase named ALB/ELB DNS alias: #3119 |
The fix for this has been merged into master and will be released in v1.8.0 of the provider, expected tomorrow! 🎉 |
This has been released in terraform-provider-aws version 1.8.0. Please see the Terraform documentation on provider versioning or reach out if you need any assistance upgrading. |
This is the minimum upgrade required to fix an issue we are having with DNS entries flapping[1]. [1] hashicorp/terraform-provider-aws#361
This is the minimum upgrade required to fix an issue we are having with DNS entries flapping[1]. Documentation for this provider version: [2] [1] hashicorp/terraform-provider-aws#361 [2] https://github.com/terraform-providers/terraform-provider-aws/tree/v1.8.0/website/docs/r
Changed with: ```bash find concourse/ -type f -exec sed -i sed -i '' 's/tag: 9cad30b5d5889a0b72173f39701d1620e24df82c/tag: terraform-aws-provider-upgrade/' {} + ``` Once the Docker image is built and tagged you can update this temporary commit with: ```bash find concourse/ -type f -exec sed -i sed -i '' 's/tag: terraform-aws-provider-upgrade/tag: whatever-the-new-hash-is/' {} + ``` Commit message you can use: Upgrade Terraform AWS provider This is the minimum upgrade required to fix an issue we are having with DNS entries flapping[1]. Documentation for this provider version: [2] [1] hashicorp/terraform-provider-aws#361 [2] https://github.com/terraform-providers/terraform-provider-aws/tree/v1.8.0/website/docs/r
Changed with: ```bash find concourse/ -type f -exec sed -i sed -i '' 's/tag: 9cad30b5d5889a0b72173f39701d1620e24df82c/tag: terraform-aws-provider-upgrade/' {} + find concourse/ -type f -exec sed -i sed -i '' 's/tag: f810666094e6c65eeb183f9833b231aa24df6811/tag: terraform-aws-provider-upgrade/' {} + ``` Once the Docker image is built and tagged you can update this temporary commit with: ```bash find concourse/ -type f -exec sed -i sed -i '' 's/tag: terraform-aws-provider-upgrade/tag: whatever-the-new-hash-is/' {} + ``` Commit message you can use: Upgrade Terraform AWS provider This is the minimum upgrade required to fix an issue we are having with DNS entries flapping[1]. Documentation for this provider version: [2] [1] hashicorp/terraform-provider-aws#361 [2] https://github.com/terraform-providers/terraform-provider-aws/tree/v1.8.0/website/docs/r
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 feel this issue should be reopened, we encourage creating a new issue linking back to this one for added context. Thanks! |
This issue was originally opened by @tomstachura as hashicorp/terraform#10007. It was migrated here as part of the provider split. The original body of the issue is below.
I submitted a similar problem report with the previous version and I think some of it was supposed to be solved, but I am still getting the following differences with the 7.7.10 version.
The environment has just been created with apply and a plan has been run right after. It should be showing no changes, but it shows all the following:
The text was updated successfully, but these errors were encountered: