Update tunnel.tf
All checks were successful
Terraform Apply / Terraform Apply (push) Successful in 21s

This commit is contained in:
2025-11-07 11:46:46 +01:00
parent bbcf7866e0
commit 24e370ffcf

View File

@@ -20,7 +20,7 @@ resource "cloudflare_zero_trust_tunnel_cloudflared_route" "home_tunnel_route" {
account_id = local.cloudflare_account_id account_id = local.cloudflare_account_id
network = var.tunnel_network network = var.tunnel_network
tunnel_id = cloudflare_zero_trust_tunnel_cloudflared.home_tunnel.id tunnel_id = cloudflare_zero_trust_tunnel_cloudflared.home_tunnel.id
comment = "Example comment for this route." comment = var.tunnel_network_comment
} }
# #