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 {
|
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
|
||||||
|
|||||||
Reference in New Issue
Block a user