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 = {
|
||||
contractors = "Contractors"
|
||||
infrastructure_admin = "Infrastructure Admin"
|
||||
sales_engineering = "Sales Engineering"
|
||||
sales = "Sales"
|
||||
it_admin = "IT Admin"
|
||||
infrastructure_admin = "GL_U_Infrastructure Admin"
|
||||
sales_engineering = "GL_U_Sales Engineering"
|
||||
sales = "GL_U_Sales"
|
||||
it_admin = "GL_U_IT Admin"
|
||||
}
|
||||
|
||||
# Allowed countries
|
||||
|
||||
Reference in New Issue
Block a user