From c526acdd24e682f2ba62192d392e620e4cdd52af Mon Sep 17 00:00:00 2001 From: "Benjamin Valiente (Contractor)" Date: Wed, 18 Feb 2026 17:55:11 -0600 Subject: [PATCH] feat: adding rbac clusterrole events resource --- aws/platform/main.tf | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/aws/platform/main.tf b/aws/platform/main.tf index c0d30d9..6e8df16 100644 --- a/aws/platform/main.tf +++ b/aws/platform/main.tf @@ -404,8 +404,9 @@ locals { EOT } rbac = { - create = true - nodeAccess = true + create = true + nodeAccess = true + eventsAccess = true } env = [ {