Update networks.tf
Some checks failed
Terraform Apply / Terraform Apply (push) Has been cancelled

This commit is contained in:
2025-11-14 17:40:28 +01:00
parent 24e370ffcf
commit eb8408a7d2

View File

@@ -1,5 +1,5 @@
# ============================================================================= # =============================================================================
# CLOUDFLARE TUNNEL # CLOUDFLARE : Networks : Tunnels
# ============================================================================= # =============================================================================
# Création du tunnel Cloudflare # Création du tunnel Cloudflare
@@ -15,6 +15,10 @@ data "cloudflare_zero_trust_tunnel_cloudflared_token" "home_tunnel_token" {
tunnel_id = cloudflare_zero_trust_tunnel_cloudflared.home_tunnel.id tunnel_id = cloudflare_zero_trust_tunnel_cloudflared.home_tunnel.id
} }
# =============================================================================
# CLOUDFLARE : Networks : Routes
# =============================================================================
# #
resource "cloudflare_zero_trust_tunnel_cloudflared_route" "home_tunnel_route" { resource "cloudflare_zero_trust_tunnel_cloudflared_route" "home_tunnel_route" {
account_id = local.cloudflare_account_id account_id = local.cloudflare_account_id