Update access_groups.tf
All checks were successful
Terraform Apply / Terraform Apply (push) Successful in 57s
All checks were successful
Terraform Apply / Terraform Apply (push) Successful in 57s
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user