Skip to content

Commit 9aa2c3f

Browse files
CCM-9061 trigger trivy scan test
1 parent b0d290e commit 9aa2c3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

infrastructure/terraform/components/acct/cloudwatch_log_group_route53_query_log.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ data "aws_iam_policy_document" "route53_logs" {
3131

3232
resources = [
3333
aws_cloudwatch_log_group.aws_route53_query_log.arn,
34-
"${aws_cloudwatch_log_group.aws_route53_query_log.arn}:*"
34+
"${aws_cloudwatch_log_group.aws_route53_query_log.arn}:*",
3535
]
3636
}
3737
}

0 commit comments

Comments
 (0)