-
Notifications
You must be signed in to change notification settings - Fork 9.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
ignore_changes not working for sets #9776
Comments
I could reproduce this issue and under exact same circumstances (ECS service resource). |
Hi folks 👋 Thank you for reporting this. The logic and behavior of the The mentioned |
Hey @bflad, thank you for the response. That makes sense. I got a little confused on where to open it, as the same issue was opened on hashicorp/terraform last year and then migrated to this repo :-P @outime I've re-opened the issue on hashicorp/terraform here: |
@ryzr thanks! Gave my upvote there as well. |
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! |
Community Note
Terraform Version
0.12.6
Affected Resource(s)
Terraform Configuration Files
Expected Behavior
The
target_group_arn
key of the first load_balancer set should be ignored.Actual Behavior
When running terraform plan, the following error is output:
Steps to Reproduce
terraform plan
Important Factoids
I have attempted many other variations, including
load_balancer.target_group_arn
load_balancer.0.target_group_arn
load_balancer["*"].target_group_arn
load_balancer["%"].target_group_arn
load_balancer["#"].target_group_arn
These all return the same error.
References
The text was updated successfully, but these errors were encountered: