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 e259603 commit 0bc59a5Copy full SHA for 0bc59a5
main.tf
@@ -58,13 +58,8 @@ module "s3_bucket" {
58
attach_policy = true
59
policy = data.aws_iam_policy_document.bucket_policy.json
60
61
- acl = "private"
62
attach_deny_insecure_transport_policy = true
63
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
68
69
logging = var.logs_bucket == null ? {} : {
70
target_bucket = var.logs_bucket
0 commit comments