Skip to content

Commit c526acd

Browse files
author
Benjamin Valiente (Contractor)
committed
feat: adding rbac clusterrole events resource
1 parent 66e37d4 commit c526acd

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

aws/platform/main.tf

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -404,8 +404,9 @@ locals {
404404
EOT
405405
}
406406
rbac = {
407-
create = true
408-
nodeAccess = true
407+
create = true
408+
nodeAccess = true
409+
eventsAccess = true
409410
}
410411
env = [
411412
{

0 commit comments

Comments
 (0)