Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
badra001 committed Jan 2, 2024
1 parent a19acfa commit 90e4981
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion s3-config-org/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
Expand Down

0 comments on commit 90e4981

Please sign in to comment.