aws-samples / aws-codepipeline-terraform-cicd-samples

MIT No Attribution
95 stars 102 forks source link

remove configuration of aws_s3_bucket_acl as this is no longer required #13

Open emnedre opened 1 year ago

emnedre commented 1 year ago

…ed as ACLs are disabled by default.

Issue #, if available: Terraform Error: The bucket does not allow ACLs #12

Description of changes: As described in the issue, terraform gives an error when including the resource aws_s3_bucket_acl in an S3 bucket. Creating this PR to remove the code so the end users dont face any issues.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

sanfoobar commented 2 months ago

I had a similar error, this resolved my issue!