Skip to content

Commit b27b4b9

Browse files
committed
CCM-9037: fix existing typo
1 parent 4691686 commit b27b4b9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

infrastructure/terraform/components/acct/module_s3bucket_access_logs.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ data "aws_iam_policy_document" "s3bucket_access_logs" {
9292
]
9393

9494
resources = [
95-
module.s3bucket_lambda_artefacts.arn,
95+
module.s3bucket_access_logs.arn,
9696
]
9797

9898
principals {
@@ -112,7 +112,7 @@ data "aws_iam_policy_document" "s3bucket_access_logs" {
112112
]
113113

114114
resources = [
115-
"${module.s3bucket_lambda_artefacts.arn}/*",
115+
"${module.s3bucket_access_logs.arn}/*",
116116
]
117117

118118
principals {

0 commit comments

Comments
 (0)