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 } #