From bbcf7866e02fdc594b8d6f03de778c3dbd93ec1c Mon Sep 17 00:00:00 2001 From: Hubert Cornet Date: Fri, 7 Nov 2025 11:46:31 +0100 Subject: [PATCH] Update variables.tf --- variables.tf | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/variables.tf b/variables.tf index 493ae39..9ecb64d 100644 --- a/variables.tf +++ b/variables.tf @@ -40,6 +40,12 @@ variable "tunnel_network" { default = "10.0.0.0/24" } +variable "tunnel_network_comment" { + description = "Commentaire du network du tunnel Cloudflare" + type = string + default = "Example comment for this route." +} + variable "cloudflare_api_token" { description = "Token d'API Cloudflare" type = string