Update access_groups.tf
All checks were successful
Terraform Apply / Terraform Apply (push) Successful in 58s
All checks were successful
Terraform Apply / Terraform Apply (push) Successful in 58s
This commit is contained in:
@@ -5,11 +5,11 @@
|
||||
locals {
|
||||
# SAML groups from Okta
|
||||
saml_groups = {
|
||||
contractors = "GL_Contractors"
|
||||
infrastructure_admin = "GL_InfrastructureAdmin"
|
||||
sales_engineering = "GL_SalesEngineering"
|
||||
sales = "GL_Sales"
|
||||
it_admin = "GL_ITAdmin"
|
||||
contractors = "Contractors"
|
||||
infrastructure_admin = "InfrastructureAdmin"
|
||||
sales_engineering = "SalesEngineering"
|
||||
sales = "Sales"
|
||||
it_admin = "ITAdmin"
|
||||
}
|
||||
|
||||
# Allowed countries
|
||||
@@ -121,7 +121,7 @@ resource "cloudflare_zero_trust_access_group" "contractors_rule_group" {
|
||||
include = [
|
||||
{
|
||||
group = {
|
||||
id = cloudflare_zero_trust_access_group.saml_groups["gl_contractors"].id
|
||||
id = cloudflare_zero_trust_access_group.saml_groups["contractors"].id
|
||||
}
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user