Skip to content

Commit

Permalink
Update s3.tf
Browse files Browse the repository at this point in the history
  • Loading branch information
kariemoorman authored Apr 26, 2024
1 parent a1288d4 commit fa1e476
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tf/step1/s3.tf
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,8 @@ resource "aws_s3_object" "upload_object" {
# Create Log bucket
resource "aws_s3_bucket" "log_bucket" {
bucket = "tf-log-bucket"
acl = "private"
ignore_public_acls = true
}

# Add ACL
Expand Down

0 comments on commit fa1e476

Please sign in to comment.