We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84b6832 commit 8d80583Copy full SHA for 8d80583
modules/encrypted-bucket/main.tf
@@ -35,12 +35,6 @@ resource "aws_s3_bucket_policy" "sse_bucket_policy" {
35
)
36
}
37
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
-
44
# Enabling S3 bucket public access block
45
resource "aws_s3_bucket_public_access_block" "for_new_bucket" {
46
bucket = aws_s3_bucket.new_bucket.id
0 commit comments