Update access_groups.tf
Some checks failed
Terraform Apply / Terraform Apply (push) Has been cancelled
Some checks failed
Terraform Apply / Terraform Apply (push) Has been cancelled
This commit is contained in:
@@ -5,11 +5,11 @@
|
||||
locals {
|
||||
# SAML groups from Okta
|
||||
saml_groups = {
|
||||
contractors = "Contractors"
|
||||
infrastructure_admin = "InfrastructureAdmin"
|
||||
sales_engineering = "SalesEngineering"
|
||||
sales = "Sales"
|
||||
it_admin = "ITAdmin"
|
||||
contractors = "GL_Contractors"
|
||||
infrastructure_admin = "GL_InfrastructureAdmin"
|
||||
sales_engineering = "GL_SalesEngineering"
|
||||
sales = "GL_Sales"
|
||||
it_admin = "GL_ITAdmin"
|
||||
}
|
||||
|
||||
# Allowed countries
|
||||
|
||||
Reference in New Issue
Block a user