-
-
Notifications
You must be signed in to change notification settings - Fork 1.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
ignore_changes
compatibility with TF version 1.2
#401
Comments
I believe that this behavior should have been a feature flag in Terraform 1.2 which can be optionally disabled by some users who don't want to see warnings like this. Currently, we don't have to increase the minimum version of Terraform required for this module because we don't use features introduced in the recent versions. I don't think we will have a way to fix such warnings in the modules also because we can't use variables inside of |
Sure, fully understand! Just wanted to write down this "issue" so that others can possibly find it (and also your reply to it) 🙂 |
If you were to remove the That way I think the best compromise is to leave the "Changes made outside Terraform" for previous versions and no warnings on most recent versions, since the future is 1.2+ anyway. |
Can we do the same as the EKS module? |
This issue has been resolved in version 5.0.0 🎉 |
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. |
Description
TF 1.2 has implemented a change WRT to the handling of
ignore_changes
, see here.Versions
4.3.0
Reproduction Code [Required]
Steps to reproduce the behavior:
terraform-aws-modules/rds/aws
with TF 1.2Expected behavior
No warning is being issued.
Actual behavior
Terminal Output Screenshot(s)
Additional context
AFAICS the following part could/should be removed in
main.tf
:https://github.com/terraform-aws-modules/terraform-aws-rds/blob/master/modules/db_instance/main.tf#L120-L124
cc @wael-sadek @mbannert
The text was updated successfully, but these errors were encountered: