Skip to content

Commit 4bdbfd2

Browse files
committed
init
1 parent f083869 commit 4bdbfd2

File tree

1 file changed

+5
-0
lines changed
  • infrastructure/terraform/components/acct

1 file changed

+5
-0
lines changed

infrastructure/terraform/components/acct/outputs.tf

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,11 @@ output "s3_buckets" {
1616
arn = module.s3bucket_backup_reports.arn
1717
bucket = module.s3bucket_backup_reports.bucket
1818
id = module.s3bucket_backup_reports.id
19+
},
20+
access_logs = {
21+
arn = module.s3bucket_access_logs.arn
22+
bucket = module.s3bucket_access_logs.bucket
23+
id = module.s3bucket_access_logs.id
1924
}
2025
}
2126
}

0 commit comments

Comments
 (0)