Skip to content

Commit 2d9c8f9

Browse files
authored
Merge pull request #6 from custom-terraform-aws-modules/fix/log
Fix/log
2 parents 6def56f + ae8734f commit 2d9c8f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ data "aws_iam_policy_document" "log" {
7777
"logs:PutLogEvents"
7878
]
7979

80-
resources = [aws_cloudwatch_log_group.main[0].arn]
80+
resources = [aws_cloudwatch_log_group.main[0].arn, "${aws_cloudwatch_log_group.main[0].arn}/*"]
8181
}
8282
}
8383

0 commit comments

Comments
 (0)