From 6c7af9d0afbffc0d5b08382cd810404df3176bef Mon Sep 17 00:00:00 2001 From: Hubert Cornet Date: Fri, 7 Nov 2025 11:23:32 +0100 Subject: [PATCH] Update variables.tf --- variables.tf | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/variables.tf b/variables.tf index 95b93aa..493ae39 100644 --- a/variables.tf +++ b/variables.tf @@ -34,6 +34,12 @@ variable "tunnel_name" { default = "home-tunnel" } +variable "tunnel_network" { + description = "Network du tunnel Cloudflare" + type = string + default = "10.0.0.0/24" +} + variable "cloudflare_api_token" { description = "Token d'API Cloudflare" type = string