From 5d95db7d1ef75538c2f5116d31e6358d3b7e4766 Mon Sep 17 00:00:00 2001 From: lolli001 Date: Tue, 23 Jul 2024 16:24:47 -0400 Subject: [PATCH] Updated --- s3.tf | 5 ----- 1 file changed, 5 deletions(-) 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