Update access_groups.tf
Some checks failed
Terraform Apply / Terraform Apply (push) Failing after 17s
Some checks failed
Terraform Apply / Terraform Apply (push) Failing after 17s
This commit is contained in:
@@ -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 ? [{
|
||||
|
||||
Reference in New Issue
Block a user