From ec2a4b794c861791f1e24d7c1b9c42820e7c0d55 Mon Sep 17 00:00:00 2001 From: Hubert Cornet Date: Mon, 17 Nov 2025 16:25:25 +0100 Subject: [PATCH] Update access_groups.tf --- access_groups.tf | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/access_groups.tf b/access_groups.tf index 716dcc8..1fe19be 100644 --- a/access_groups.tf +++ b/access_groups.tf @@ -5,11 +5,11 @@ locals { # SAML groups from Okta saml_groups = { - contractors = "GL_Contractors" - infrastructure_admin = "GL_InfrastructureAdmin" - sales_engineering = "GL_SalesEngineering" - sales = "GL_Sales" - it_admin = "GL_ITAdmin" + contractors = "Contractors" + infrastructure_admin = "InfrastructureAdmin" + sales_engineering = "SalesEngineering" + sales = "Sales" + it_admin = "ITAdmin" } # Allowed countries @@ -121,7 +121,7 @@ resource "cloudflare_zero_trust_access_group" "contractors_rule_group" { include = [ { group = { - id = cloudflare_zero_trust_access_group.saml_groups["gl_contractors"].id + id = cloudflare_zero_trust_access_group.saml_groups["contractors"].id } }, {