From 545974ecf06d49c65f27e8beab6c125e7d06dd91 Mon Sep 17 00:00:00 2001 From: lolli001 Date: Tue, 30 Jul 2024 11:50:50 -0400 Subject: [PATCH] Updated --- s3.tf | 1 - 1 file changed, 1 deletion(-) 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"