Skip to content

Commit 8d80583

Browse files
committed
fix: remove legacy ACLs
1 parent 84b6832 commit 8d80583

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

modules/encrypted-bucket/main.tf

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -35,12 +35,6 @@ resource "aws_s3_bucket_policy" "sse_bucket_policy" {
3535
)
3636
}
3737

38-
# Sets S3 bucket ACL
39-
resource "aws_s3_bucket_acl" "acl_for_new_bucket" {
40-
bucket = aws_s3_bucket.new_bucket.id
41-
acl = "private"
42-
}
43-
4438
# Enabling S3 bucket public access block
4539
resource "aws_s3_bucket_public_access_block" "for_new_bucket" {
4640
bucket = aws_s3_bucket.new_bucket.id

0 commit comments

Comments
 (0)