Skip to content

Commit fb36df3

Browse files
committed
CCM-10246: test
1 parent 131cc4d commit fb36df3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

infrastructure/modules/lambda/data_iam_policy_document_put_logs.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ data "aws_iam_policy_document" "put_logs" {
1111
#trivy:ignore:aws-iam-no-policy-wildcards
1212
resources = flatten([
1313
"${aws_cloudwatch_log_group.main.arn}:*",
14-
], var.is_edge_lambda ? [
14+
], var.lambda_at_edge ? [
1515
"${aws_cloudwatch_log_group.main_us_east_1[0].arn}:*",
1616
] : [])
1717
}

0 commit comments

Comments
 (0)