-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Warning: Redundant ignore_changes element #403
Comments
This is due to the latest version of Terraform v1.2 and we don't have any control over this at the moment @antonbabenko any thoughts on what to do with these (I know there are others coming up terraform-aws-modules/terraform-aws-eks#2081) |
#401 was about the same. This issue can be closed as a duplicate. 5 days ago I have forwarded this issue to someone handling the Terraform priorities at HashiCorp. Maybe they will come up with some clever solution for this. Meanwhile, I think we need to live with this warning, unfortunately. I don't know how we can write code for both versions: |
I knew I saw another issue somewhere, didn't think to check the issues here 😅
I agree. The ignore changes were added based on prior issues and now we have warnings to remove those changes - I'm not sure where the disconnect is happening. For now, we'll close out as duplicate of #401 |
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. |
terraform-aws-rds/modules/db_instance/main.tf
Lines 121 to 123 in 61a9af9
Triggers this warning now:
Using the latest
terraform-aws-modules/rds/aws
version.The text was updated successfully, but these errors were encountered: