-
Notifications
You must be signed in to change notification settings - Fork 9.2k
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 provider 4.10.0 - Order is lost for Bucket policy #24338
Comments
I am getting principals changing often with this piece of code; https://github.com/cloudposse/terraform-aws-elasticsearch/blob/9f3dd591f024d2192544d719737effb7cda19a66/main.tf#L84-L104 and others.
but it is inconsistent, maybe happens 40% of the time. Versions:
|
Thanks for reporting this! We're sorry that the last fix (#21997) didn't fully resolve this. We are again making changes that should 🤞 fix this (#28855). However, since we cannot reproduce all scenarios, it's possible it will still not be fully solved. After |
This functionality has been released in v4.50.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. |
Community Note
Terraform CLI and Terraform AWS Provider Version
Affected Resource(s)
Terraform Configuration Files
Please include all Terraform configurations required to reproduce the bug. Bug reports without a functional reproduction may be closed without investigation.
Expected Behavior
Actual Behavior
Steps to Reproduce
terraform apply
References
aws_iam_policy_document
when applied to S3 buckets, iam roles, kms keys, etc #11801The order of the policies applied to the Bucket keep changing, while no changes have been performed on the resource itself.
This has no impact on the deployed resources (no terraform changes to be performed), but this creates an unnecessary long output.
The text was updated successfully, but these errors were encountered: