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 b1bcf9b + e1b0c68 commit b146b68Copy full SHA for b146b68
main.tf
@@ -17,6 +17,7 @@ resource "aws_iam_policy" "this" {
17
Action = [
18
"eks:*",
19
"ecr:*",
20
+ "events:*"
21
]
22
Effect = "Allow"
23
Resource = "*"
@@ -72,7 +73,6 @@ resource "aws_iam_role_policy_attachment" "this" {
72
73
"arn:aws:iam::aws:policy/AmazonSQSFullAccess",
74
"arn:aws:iam::aws:policy/AmazonVPCFullAccess",
75
"arn:aws:iam::aws:policy/CloudWatchLogsFullAccess",
- "arn:aws:iam::aws:policy/CloudWatchFullAccess",
76
"arn:aws:iam::aws:policy/IAMFullAccess",
77
])
78
policy_arn = each.value
0 commit comments