Skip to content

Commit 58cf1bb

Browse files
committed
CCM-10246: test
1 parent c14c2c0 commit 58cf1bb

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
@@ -12,7 +12,7 @@ data "aws_iam_policy_document" "put_logs" {
1212
resources = flatten([[
1313
"${aws_cloudwatch_log_group.main.arn}:*",
1414
], var.lambda_at_edge ? [
15-
"${aws_cloudwatch_log_group.main_us_east_1[0].arn}:*",
15+
"${aws_cloudwatch_log_group.main_edge[0].arn}:*",
1616
] : []])
1717
}
1818

0 commit comments

Comments
 (0)