Update access_groups.tf
All checks were successful
Terraform Apply / Terraform Apply (push) Successful in 57s

This commit is contained in:
2025-11-17 17:17:08 +01:00
parent 40f3072b97
commit 0431cdc387

View File

@@ -6,10 +6,10 @@ locals {
# SAML groups from Okta # SAML groups from Okta
saml_groups = { saml_groups = {
contractors = "Contractors" contractors = "Contractors"
infrastructure_admin = "Infrastructure Admin" infrastructure_admin = "GL_U_Infrastructure Admin"
sales_engineering = "Sales Engineering" sales_engineering = "GL_U_Sales Engineering"
sales = "Sales" sales = "GL_U_Sales"
it_admin = "IT Admin" it_admin = "GL_U_IT Admin"
} }
# Allowed countries # Allowed countries