Skip to content

Remove conflicting S3 bucket ACL resource from Terraform configuration

Choose a tag to compare

@kaqmak kaqmak released this 10 Jan 08:22
· 5 commits to master since this release
3f1ba7d

This release implements minor changes to the Terraform files regarding S3 access.
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