Skip to content

Commit 54fe47b

Browse files
committed
alphabetise
1 parent 9cdbcb1 commit 54fe47b

File tree

1 file changed

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

1 file changed

+5
-5
lines changed

infrastructure/terraform/components/acct/outputs.tf

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

1313
output "s3_buckets" {
1414
value = {
15-
backup_reports = {
16-
arn = module.s3bucket_backup_reports.arn
17-
bucket = module.s3bucket_backup_reports.bucket
18-
id = module.s3bucket_backup_reports.id
19-
},
2015
access_logs = {
2116
arn = module.s3bucket_access_logs.arn
2217
bucket = module.s3bucket_access_logs.bucket
2318
id = module.s3bucket_access_logs.id
2419
}
20+
backup_reports = {
21+
arn = module.s3bucket_backup_reports.arn
22+
bucket = module.s3bucket_backup_reports.bucket
23+
id = module.s3bucket_backup_reports.id
24+
},
2525
}
2626
}
2727

0 commit comments

Comments
 (0)