Skip to content

Commit

Permalink
Fix log group permissions (#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
marcincuber authored Oct 2, 2020
1 parent 4ef2401 commit fba6d32
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions data.tf
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ data "aws_iam_policy_document" "task_permissions" {

resources = [
aws_cloudwatch_log_group.main.arn,
"${aws_cloudwatch_log_group.main.arn}:*"
]

actions = [
Expand Down

0 comments on commit fba6d32

Please sign in to comment.