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 4691686 commit b27b4b9Copy full SHA for b27b4b9
infrastructure/terraform/components/acct/module_s3bucket_access_logs.tf
@@ -92,7 +92,7 @@ data "aws_iam_policy_document" "s3bucket_access_logs" {
92
]
93
94
resources = [
95
- module.s3bucket_lambda_artefacts.arn,
+ module.s3bucket_access_logs.arn,
96
97
98
principals {
@@ -112,7 +112,7 @@ data "aws_iam_policy_document" "s3bucket_access_logs" {
112
113
114
115
- "${module.s3bucket_lambda_artefacts.arn}/*",
+ "${module.s3bucket_access_logs.arn}/*",
116
117
118
0 commit comments