Skip to content

Commit b146b68

Browse files
author
Filinto Duran
authored
Merge pull request #2 from gridai/filinto/expand-allow-create-event-rule
Filinto/expand allow create event rule
2 parents b1bcf9b + e1b0c68 commit b146b68

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,6 +17,7 @@ resource "aws_iam_policy" "this" {
1717
Action = [
1818
"eks:*",
1919
"ecr:*",
20+
"events:*"
2021
]
2122
Effect = "Allow"
2223
Resource = "*"
@@ -72,7 +73,6 @@ resource "aws_iam_role_policy_attachment" "this" {
7273
"arn:aws:iam::aws:policy/AmazonSQSFullAccess",
7374
"arn:aws:iam::aws:policy/AmazonVPCFullAccess",
7475
"arn:aws:iam::aws:policy/CloudWatchLogsFullAccess",
75-
"arn:aws:iam::aws:policy/CloudWatchFullAccess",
7676
"arn:aws:iam::aws:policy/IAMFullAccess",
7777
])
7878
policy_arn = each.value

0 commit comments

Comments
 (0)