Skip to content

Commit fba6d32

Browse files
authored
Fix log group permissions (#22)
1 parent 4ef2401 commit fba6d32

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

data.tf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ data "aws_iam_policy_document" "task_permissions" {
2020

2121
resources = [
2222
aws_cloudwatch_log_group.main.arn,
23+
"${aws_cloudwatch_log_group.main.arn}:*"
2324
]
2425

2526
actions = [

0 commit comments

Comments
 (0)