-
Notifications
You must be signed in to change notification settings - Fork 9.7k
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
S3 bucket with policy is always changed #5613
Comments
Not sure if this is a terraform related issue. If you change your template file to Referred Bucket policy example: http://docs.aws.amazon.com/AmazonS3/latest/dev/example-bucket-policies.html I dont see the issue after the above change. |
Hello – As @Shruti29 points out, the empty Sorry for the trouble, but this looks like a policy formatting issue and not Terraform issue, so I'm going to close this. Let us know if you have other questions |
Even with |
I think it's more than just |
It seems that specifying actions as an array also causes issues:
|
Im seeing a similar issue on
Output from a plan after its already been applied:
I originally had a Terraform v0.6.16 |
This is a duplicate of #4948 for anyone trying to track it down. |
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. |
I have some Terraform code which looks like this (I have simplified it in an attempt to provide a MWE):
Every time than I run
terraform plan
orterraform apply
, changes are reported:The text was updated successfully, but these errors were encountered: