test variable replacement by creation ID
Some checks failed
Terraform Apply / Terraform Apply (push) Failing after 1m16s

This commit is contained in:
2025-11-24 12:41:56 +01:00
parent b5b4b9ba35
commit 7849148f3c
6 changed files with 27 additions and 6 deletions

View File

@@ -44,7 +44,9 @@ resource "cloudflare_zero_trust_access_application" "cloudflare_app_rdp_domain"
}]
# Identity provider settings
allowed_idps = [var.cloudflare_okta_identity_provider_id]
allowed_idps = [
cloudflare_zero_trust_access_identity_provider.authentik_oidc.id,
]
auto_redirect_to_identity = true
enable_binding_cookie = false
http_only_cookie_attribute = false