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