diff --git a/s3.tf b/s3.tf index ba3f6f8..06c9520 100644 --- a/s3.tf +++ b/s3.tf @@ -1,7 +1,6 @@ # Define the S3 bucket resource "aws_s3_bucket" "rhel_x86_codepipeline_bucket" { bucket = "rhel-x86-codepipeline-bucket" - acl = "private" tags = { Name = "RHEL x86 CodePipeline Bucket"