Skip to content

Commit e1b0c68

Browse files
author
Filinto Duran
committed
correct proper permit
1 parent 9d3aa74 commit e1b0c68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ resource "aws_iam_policy" "this" {
1717
Action = [
1818
"eks:*",
1919
"ecr:*",
20-
"cloudwatch:*"
20+
"events:*"
2121
]
2222
Effect = "Allow"
2323
Resource = "*"

0 commit comments

Comments
 (0)