We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ef2401 commit fba6d32Copy full SHA for fba6d32
data.tf
@@ -20,6 +20,7 @@ data "aws_iam_policy_document" "task_permissions" {
20
21
resources = [
22
aws_cloudwatch_log_group.main.arn,
23
+ "${aws_cloudwatch_log_group.main.arn}:*"
24
]
25
26
actions = [
0 commit comments