From 90e498158ad3d794fed80eefc896d4a0a66576bf Mon Sep 17 00:00:00 2001 From: badra001 Date: Tue, 2 Jan 2024 14:53:42 -0500 Subject: [PATCH] fix --- s3-config-org/main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/s3-config-org/main.tf b/s3-config-org/main.tf index ea14398..370b7aa 100644 --- a/s3-config-org/main.tf +++ b/s3-config-org/main.tf @@ -72,7 +72,7 @@ resource "aws_s3_bucket_logging" "config_org" { } resource "aws_s3_bucket_acl" "config_org" { - # count = 0 + count = 0 bucket = aws_s3_bucket.config_org.id acl = "private" }