check
Some checks failed
Terraform Apply / Terraform Apply (push) Failing after 13s

This commit is contained in:
2025-11-20 11:16:58 +01:00
parent be5d365d36
commit 5d23f7bb26

View File

@@ -51,7 +51,7 @@ resource "cloudflare_zero_trust_access_application" "cloudflare_app_ssh_infra" {
type = "infrastructure" type = "infrastructure"
name = var.cloudflare_infra_app_name name = var.cloudflare_infra_app_name
logo_url = "https://upload.wikimedia.org/wikipedia/commons/0/01/Google-cloud-platform.svg" logo_url = "https://upload.wikimedia.org/wikipedia/commons/0/01/Google-cloud-platform.svg"
tags = [cloudflare_zero_trust_access_tag.zero_trust_demo_tag.name] tags = [cloudflare_zero_trust_access_tag.tags.name]
custom_deny_url = "https://denied.macharpe.com/" custom_deny_url = "https://denied.macharpe.com/"
custom_non_identity_deny_url = "https://denied.macharpe.com/" custom_non_identity_deny_url = "https://denied.macharpe.com/"