From e366b58d734366565cd0fc8d9d26b33c5f59e65c Mon Sep 17 00:00:00 2001 From: Hubert Cornet Date: Wed, 19 Nov 2025 17:30:46 +0100 Subject: [PATCH] Update test.tf --- test.tf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test.tf b/test.tf index f96b536..6c51be7 100644 --- a/test.tf +++ b/test.tf @@ -127,7 +127,7 @@ resource "cloudflare_zero_trust_tunnel_cloudflared_config" "gcp_public_hostname" ingress = [ { hostname = var.cloudflare_subdomain_web - service = "http://localhost:${var.cloudflare_intranet_app_port}" + service = "http://localhost:8080" origin_request = { access = { # aud_tag = [cloudflare_zero_trust_access_application.cloudflare_app_web_intranet.aud] @@ -139,7 +139,7 @@ resource "cloudflare_zero_trust_tunnel_cloudflared_config" "gcp_public_hostname" }, { hostname = var.cloudflare_subdomain_web_sensitive - service = "http://localhost:${var.cloudflare_competition_app_port}" + service = "http://localhost:8181" origin_request = { access = { # aud_tag = [cloudflare_zero_trust_access_application.cloudflare_app_web_competition.aud]