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,8 +33,10 @@ resource "cloudflare_zero_trust_access_policy" "policies" {
|
|||||||
require = concat(
|
require = concat(
|
||||||
try(each.value.require_mfa, false) ? [{
|
try(each.value.require_mfa, false) ? [{
|
||||||
any_valid_service_token = false
|
any_valid_service_token = false
|
||||||
auth_method = "mfa"
|
auth_method = {
|
||||||
}] : [],
|
type = "mfa"
|
||||||
|
}
|
||||||
|
}] : [],
|
||||||
|
|
||||||
try(each.value.require_country, false) == true ? [{
|
try(each.value.require_country, false) == true ? [{
|
||||||
group = {
|
group = {
|
||||||
|
|||||||
Reference in New Issue
Block a user