test variable replacement by creation ID
Some checks failed
Terraform Apply / Terraform Apply (push) Failing after 1m16s
Some checks failed
Terraform Apply / Terraform Apply (push) Failing after 1m16s
This commit is contained in:
@@ -41,7 +41,9 @@ resource "cloudflare_zero_trust_access_application" "cloudflare_app_ssh_infra" {
|
||||
name = "SSH GCP Infrastructure Policy"
|
||||
decision = "allow"
|
||||
|
||||
allowed_idps = [var.cloudflare_okta_identity_provider_id]
|
||||
allowed_idps = [
|
||||
cloudflare_zero_trust_access_identity_provider.authentik_oidc.id,
|
||||
]
|
||||
auto_redirect_to_identity = true
|
||||
allow_authenticate_via_warp = false
|
||||
|
||||
|
||||
Reference in New Issue
Block a user