Skip to content

Commit 9e75033

Browse files
committed
rm second order bucket logging
1 parent 40c2cb6 commit 9e75033

File tree

2 files changed

+0
-9
lines changed

2 files changed

+0
-9
lines changed

infrastructure/terraform/components/acct/outputs.tf

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,6 @@ output "github_pat_ssm_param_name" {
1212

1313
output "s3_buckets" {
1414
value = {
15-
access_logs = {
16-
arn = module.s3bucket_access_logs.arn
17-
bucket = module.s3bucket_access_logs.bucket
18-
id = module.s3bucket_access_logs.id
19-
}
2015
backup_reports = {
2116
arn = module.s3bucket_backup_reports.arn
2217
bucket = module.s3bucket_backup_reports.bucket

infrastructure/terraform/components/app/module_s3bucket_cf_logs.tf

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -65,10 +65,6 @@ 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-
# }
71-
7268
public_access = {
7369
block_public_acls = true
7470
block_public_policy = true

0 commit comments

Comments
 (0)