diff --git a/s3.tf b/s3.tf index 6762c9b..5459f3d 100644 --- a/s3.tf +++ b/s3.tf @@ -2,11 +2,6 @@ resource "aws_s3_bucket" "rhel_x86_codepipeline_bucket" { bucket = "rhel-x86-codepipeline-bucket-${random_string.suffix.result}" } -resource "aws_s3_bucket_acl" "rhel_x86_codepipeline_bucket_acl" { - bucket = aws_s3_bucket.rhel_x86_codepipeline_bucket.bucket - acl = "private" -} - resource "random_string" "suffix" { length = 8 special = false