Skip to content

Commit 0bc59a5

Browse files
committed
feat(s3): use defaults to work since April 2023
1 parent e259603 commit 0bc59a5

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

main.tf

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -58,13 +58,8 @@ module "s3_bucket" {
5858
attach_policy = true
5959
policy = data.aws_iam_policy_document.bucket_policy.json
6060

61-
acl = "private"
6261
attach_deny_insecure_transport_policy = true
6362
attach_require_latest_tls_policy = true
64-
block_public_acls = true
65-
block_public_policy = true
66-
ignore_public_acls = true
67-
restrict_public_buckets = true
6863

6964
logging = var.logs_bucket == null ? {} : {
7065
target_bucket = var.logs_bucket

0 commit comments

Comments
 (0)