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.
2 parents 0942aec + a60834d commit e26a2f1Copy full SHA for e26a2f1
main.tf
@@ -38,6 +38,7 @@ data "aws_iam_policy_document" "main" {
38
effect = "Allow"
39
40
actions = [
41
+ "logs:CreateLogGroup",
42
"logs:CreateLogStream",
43
"logs:PutLogEvents",
44
]
0 commit comments