Skip to content

Commit 29f6ca3

Browse files
authored
Merge pull request #10 from companieshouse/deprecate-bucket-acl
2 parents feeaac2 + f0a38b1 commit 29f6ca3

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

groups/storage/s3.tf

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,6 @@ resource "aws_s3_bucket" "data" {
33
tags = local.common_tags
44
}
55

6-
resource "aws_s3_bucket_acl" "data" {
7-
bucket = aws_s3_bucket.data.id
8-
acl = "private"
9-
}
10-
116
resource "aws_s3_bucket_versioning" "data" {
127
bucket = aws_s3_bucket.data.id
138
versioning_configuration {

0 commit comments

Comments
 (0)