Skip to content

Commit

Permalink
Fix bucket ACL
Browse files Browse the repository at this point in the history
  • Loading branch information
max-lobur committed Nov 10, 2023
1 parent 422ffd1 commit f21c8b0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ data "aws_caller_identity" "default" {}
data "aws_region" "default" {}

resource "aws_s3_bucket_acl" "default" {
count = module.this.enabled && local.create_s3_cache_bucket ? 1 : 0
bucket = aws_s3_bucket.cache_bucket.id
acl = "private"
}
Expand Down

0 comments on commit f21c8b0

Please sign in to comment.