Update access_policies.tf
All checks were successful
Terraform Apply / Terraform Apply (push) Successful in 56s
All checks were successful
Terraform Apply / Terraform Apply (push) Successful in 56s
This commit is contained in:
@@ -23,13 +23,13 @@ resource "cloudflare_zero_trust_access_policy" "allow_policie_it_admin" {
|
||||
decision = "allow"
|
||||
session_duration = "6h"
|
||||
|
||||
include = [{
|
||||
include = [
|
||||
for group_key in ["it_admin", "infrastructure_admin"] : {
|
||||
group = {
|
||||
id = cloudflare_zero_trust_access_group.saml_groups[group_key].id
|
||||
}
|
||||
}
|
||||
}]
|
||||
]
|
||||
}
|
||||
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user