Update access_policies.tf
All checks were successful
Terraform Apply / Terraform Apply (push) Successful in 56s

This commit is contained in:
2025-11-17 17:30:20 +01:00
parent 52a89ddd5f
commit f1344b9410

View File

@@ -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
}
}
}]
]
}
#