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

This commit is contained in:
2025-11-07 10:58:46 +01:00
parent 5de1ec5819
commit a7e45d45ed

View File

@@ -15,6 +15,13 @@ data "cloudflare_zero_trust_tunnel_cloudflared_token" "home_tunnel_token" {
tunnel_id = cloudflare_zero_trust_tunnel_cloudflared.home_tunnel.id
}
resource "cloudflare_zero_trust_tunnel_cloudflared_route" "home_tunnel_route" {
account_id = local.cloudflare_account_id
network = "10.0.5.0/16"
tunnel_id = cloudflare_zero_trust_tunnel_cloudflared.home_tunnel.id
comment = "Example comment for this route."
}
# =============================================================================
# DNS RECORDS (un par application)
# =============================================================================