Skip to content
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

fix: Remove conflicting S3 bucket ACL resource from Terraform config #71

Merged
merged 1 commit into from
Jan 10, 2025

Conversation

kaqmak
Copy link
Contributor

@kaqmak kaqmak commented Jan 9, 2025

If “Bucket owner enforced” is active for your S3 bucket, ACLs are effectively disabled. Attempting to set them via Terraform (aws_s3_bucket_acl) will fail with AccessControlListNotSupported.

See hashicorp/terraform-provider-aws#34079

A failing example for TenderLOIN:
https://dfds.visualstudio.com/Smart%20Data/_build/results?buildId=763859&view=logs&j=12f1170f-54f2-53f3-20dd-22fc7dff55f9&t=96846366-9ea4-530c-7eb0-54a67f5e11ec

…ration

If “Bucket owner enforced” is active for your S3 bucket, ACLs are effectively disabled. Attempting to set them via Terraform (aws_s3_bucket_acl) will fail with AccessControlListNotSupported. See hashicorp/terraform-provider-aws#34079
@kaqmak kaqmak requested review from pacanada and timonviola January 9, 2025 08:41
@kaqmak kaqmak merged commit 3f1ba7d into master Jan 10, 2025
@kaqmak kaqmak deleted the fix/acl branch January 10, 2025 08:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants