-
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
aws_iam_policy_document json changing #438
Comments
I've run into this bug with using the data source for s3 bucket policies, which don't have lifecycle blocks. |
I am getting this issue using TF 0.11.5. Working around this temporarily with an ignore_changes lifecycle policy for assume_role_policy on the role, which is not the best option, but it does work. |
Having the same problem with 0.11.7. I compared the before/after JSON objects and the two statements in them are in an opposite order, but beside that they are same and the change should not be reported. |
Experiencing this issue with the following:
Using a module which creates an https://gist.github.com/thejohnny/fc82fbac2b983468655cad7ff18affab |
Also still have this issue, but we are on v11 =/ |
This issue is frustrating because it prevents us from having a "code only" deployment that short-circuits the confirmation to run terraform apply when there are no infrastructure updates, as this resource always registers as "changing" |
This is indeed super frustrating - as per @yangningBU states, we cannot do short-circuits during our CD jobs as we're getting unnecessary |
We experience presumably something similar but in our
|
Warning This issue has been closed, meaning that any additional comments are hard for our team to see. Please assume that the maintainers will not see them. Ongoing conversations amongst community members are welcome, however, the issue will be locked after 30 days. Moving conversations to another venue, such as the AWS Provider forum, is recommended. If you have additional concerns, please open a new issue, referencing this one where needed. |
This functionality has been released in v5.43.0 of the Terraform AWS Provider. Please see the Terraform documentation on provider versioning or reach out if you need any assistance upgrading. For further feature requests or bug reports with this functionality, please create a new GitHub issue following the template. Thank you! |
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. |
This issue was originally opened by @joshuaspence as hashicorp/terraform#10853. It was migrated here as part of the provider split. The original body of the issue is below.
I've stumbled across a peculiar bug which I think has to do with the use of
ignore_changes
on a computed field. I am able to reproduce this bug using the Terraform configuration:First, run
terraform apply -var name_prefix=foo
. Next, runterraform plan -var name_prefix=bar
. Terraform shows the following changes to be applied:The text was updated successfully, but these errors were encountered: