Skip to content

Commit 093c98f

Browse files
committed
Add permission to the ooni_devops role to modify events
1 parent 27f9c59 commit 093c98f

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

tf/modules/adm_iam_roles/main.tf

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,8 @@ resource "aws_iam_policy" "oonidevops" {
5353
"secretsmanager:*",
5454
"cloudhsm:*",
5555
"athena:*",
56-
"glue:*"
56+
"glue:*",
57+
"events:*"
5758
],
5859
"Resource": "*"
5960
}

0 commit comments

Comments
 (0)