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 2d9c8f9 commit 530cfafCopy full SHA for 530cfaf
main.tf
@@ -77,7 +77,7 @@ data "aws_iam_policy_document" "log" {
77
"logs:PutLogEvents"
78
]
79
80
- resources = [aws_cloudwatch_log_group.main[0].arn, "${aws_cloudwatch_log_group.main[0].arn}/*"]
+ resources = ["*"]
81
}
82
83
0 commit comments