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