diff --git a/access_groups.tf b/access_groups.tf index 3e7150b..bec5ca8 100644 --- a/access_groups.tf +++ b/access_groups.tf @@ -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"]