We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27f9c59 commit 093c98fCopy full SHA for 093c98f
1 file changed
tf/modules/adm_iam_roles/main.tf
@@ -53,7 +53,8 @@ resource "aws_iam_policy" "oonidevops" {
53
"secretsmanager:*",
54
"cloudhsm:*",
55
"athena:*",
56
- "glue:*"
+ "glue:*",
57
+ "events:*"
58
],
59
"Resource": "*"
60
}
0 commit comments