Update access_groups.tf
Some checks failed
Terraform Apply / Terraform Apply (push) Failing after 16s

This commit is contained in:
2025-11-15 19:58:24 +01:00
parent 1ae5074e05
commit 15261444d8

View File

@@ -36,12 +36,6 @@ resource "cloudflare_zero_trust_access_policy" "policies" {
auth_method = "mfa" auth_method = "mfa"
}] : [], }] : [],
try(each.value.require_login_method, false) ? [{
login_method = {
id = var.cf_okta_identity_provider_id
}
}] : [],
try(each.value.require_country, false) ? [{ try(each.value.require_country, false) ? [{
group = { group = {
id = var.policy_groups["country_requirements"] id = var.policy_groups["country_requirements"]