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 9d3aa74 commit e1b0c68Copy full SHA for e1b0c68
main.tf
@@ -17,7 +17,7 @@ resource "aws_iam_policy" "this" {
17
Action = [
18
"eks:*",
19
"ecr:*",
20
- "cloudwatch:*"
+ "events:*"
21
]
22
Effect = "Allow"
23
Resource = "*"
0 commit comments