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

This commit is contained in:
2025-11-15 20:03:40 +01:00
parent 52c3a8b801
commit 36c2578dd6

View File

@@ -33,7 +33,9 @@ resource "cloudflare_zero_trust_access_policy" "policies" {
require = concat(
try(each.value.require_mfa, false) ? [{
any_valid_service_token = false
auth_method = "mfa"
auth_method = {
type = "mfa"
}
}] : [],
try(each.value.require_country, false) == true ? [{