File tree Expand file tree Collapse file tree 2 files changed +0
-9
lines changed
infrastructure/terraform/components Expand file tree Collapse file tree 2 files changed +0
-9
lines changed Original file line number Diff line number Diff line change @@ -12,11 +12,6 @@ output "github_pat_ssm_param_name" {
1212
1313output "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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments