From 5083baf4605a61e123b705ed9f22ab1db2ade47a Mon Sep 17 00:00:00 2001 From: Hubert Cornet Date: Mon, 17 Nov 2025 16:31:53 +0100 Subject: [PATCH] Update access_groups.tf --- access_groups.tf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/access_groups.tf b/access_groups.tf index 1fe19be..f70a88d 100644 --- a/access_groups.tf +++ b/access_groups.tf @@ -6,10 +6,10 @@ locals { # SAML groups from Okta saml_groups = { contractors = "Contractors" - infrastructure_admin = "InfrastructureAdmin" - sales_engineering = "SalesEngineering" + infrastructure_admin = "Infrastructure Admin" + sales_engineering = "Sales Engineering" sales = "Sales" - it_admin = "ITAdmin" + it_admin = "IT Admin" } # Allowed countries