Skip to content

Commit 8627282

Browse files
committed
fix ref to acct output
1 parent 4b4ace4 commit 8627282

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

infrastructure/terraform/components/app/module_s3bucket_cf_logs.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ module "s3bucket_cf_logs" {
6666
]
6767

6868
bucket_logging_target = {
69-
bucket = local.s3_buckets["access_logs"]["id"]
69+
bucket = local.acct.s3_buckets["access_logs"]["id"]
7070
}
7171

7272
public_access = {

0 commit comments

Comments
 (0)