From 8ce4e23513abcd937b5e253c404587bbf31d9fc3 Mon Sep 17 00:00:00 2001 From: hcornet Date: Thu, 20 Nov 2025 10:40:43 +0100 Subject: [PATCH] other --- variables.tf | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/variables.tf b/variables.tf index 831b4a5..6420e98 100644 --- a/variables.tf +++ b/variables.tf @@ -70,11 +70,11 @@ variable "tunnel_network_comment" { default = "tips-of-mine comment for this route." } -#variable "cloudflare_api_token" { -# description = "Token d'API Cloudflare" -# type = string -# sensitive = true -#} +variable "cloudflare_api_token" { + description = "Token d'API Cloudflare" + type = string + sensitive = true +} variable "cloudflare_access_tags" { type = list(string)