test 06
All checks were successful
Terraform Apply / Terraform Apply (push) Successful in 4m41s

This commit is contained in:
2025-11-20 15:24:40 +01:00
parent 0176ba0f3b
commit b18f5b1061
2 changed files with 3 additions and 4 deletions

View File

@@ -142,8 +142,7 @@ resource "cloudflare_zero_trust_access_application" "cloudflare_app_ssh_browser"
uri = var.cloudflare_subdomain_ssh
}]
# allowed_idps = [var.cloudflare_okta_identity_provider_id, var.cloudflare_otp_identity_provider_id]
allowed_idps = ["699d98642c564d2e855e9661899b7252"]
allowed_idps = [var.cloudflare_okta_identity_provider_id, var.cloudflare_otp_identity_provider_id]
auto_redirect_to_identity = false
allow_authenticate_via_warp = false