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 f083869 commit 4bdbfd2Copy full SHA for 4bdbfd2
infrastructure/terraform/components/acct/outputs.tf
@@ -16,6 +16,11 @@ output "s3_buckets" {
16
arn = module.s3bucket_backup_reports.arn
17
bucket = module.s3bucket_backup_reports.bucket
18
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
24
}
25
26
0 commit comments