Update access_groups.tf
Some checks failed
Terraform Apply / Terraform Apply (push) Has been cancelled

This commit is contained in:
2025-11-17 16:17:48 +01:00
parent a84060cff5
commit 27901d4cb6

View File

@@ -5,11 +5,11 @@
locals { locals {
# SAML groups from Okta # SAML groups from Okta
saml_groups = { saml_groups = {
contractors = "Contractors" contractors = "GL_Contractors"
infrastructure_admin = "InfrastructureAdmin" infrastructure_admin = "GL_InfrastructureAdmin"
sales_engineering = "SalesEngineering" sales_engineering = "GL_SalesEngineering"
sales = "Sales" sales = "GL_Sales"
it_admin = "ITAdmin" it_admin = "GL_ITAdmin"
} }
# Allowed countries # Allowed countries