Skip to content

Commit aee5c21

Browse files
committed
comment out bucket logging target
1 parent 8627282 commit aee5c21

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

infrastructure/terraform/components/app/module_s3bucket_cf_logs.tf

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,9 +65,9 @@ module "s3bucket_cf_logs" {
6565
data.aws_iam_policy_document.s3bucket_cf_logs.json
6666
]
6767

68-
bucket_logging_target = {
69-
bucket = local.acct.s3_buckets["access_logs"]["id"]
70-
}
68+
# bucket_logging_target = {
69+
# bucket = local.acct.s3_buckets["access_logs"]["id"]
70+
# }
7171

7272
public_access = {
7373
block_public_acls = true

0 commit comments

Comments
 (0)