From 24e370ffcffc84c5f4b4db34fd67d12753dddfd3 Mon Sep 17 00:00:00 2001 From: Hubert Cornet Date: Fri, 7 Nov 2025 11:46:46 +0100 Subject: [PATCH] Update tunnel.tf --- tunnel.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tunnel.tf b/tunnel.tf index 6215884..c6c4bf8 100644 --- a/tunnel.tf +++ b/tunnel.tf @@ -20,7 +20,7 @@ resource "cloudflare_zero_trust_tunnel_cloudflared_route" "home_tunnel_route" { account_id = local.cloudflare_account_id network = var.tunnel_network tunnel_id = cloudflare_zero_trust_tunnel_cloudflared.home_tunnel.id - comment = "Example comment for this route." + comment = var.tunnel_network_comment } #