Update access_groups.tf
Some checks failed
Terraform Apply / Terraform Apply (push) Failing after 16s
Some checks failed
Terraform Apply / Terraform Apply (push) Failing after 16s
This commit is contained in:
@@ -36,12 +36,6 @@ resource "cloudflare_zero_trust_access_policy" "policies" {
|
||||
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) ? [{
|
||||
group = {
|
||||
id = var.policy_groups["country_requirements"]
|
||||
|
||||
Reference in New Issue
Block a user