From d26d59cf65b1c3bb2789a114e0395613455d505b Mon Sep 17 00:00:00 2001 From: hcornet Date: Thu, 20 Nov 2025 19:11:57 +0100 Subject: [PATCH] test 09 --- variables.tf | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/variables.tf b/variables.tf index 717ec37..c338c2a 100644 --- a/variables.tf +++ b/variables.tf @@ -415,15 +415,15 @@ variable "azure_public_dns_domain" { # TUNNEL CONFIGURATION #====================================================== -#variable "cloudflare_tunnel_name_gcp" { -# description = "Name of the Cloudflared tunnel for GCP" -# type = string -#} +variable "cloudflare_tunnel_name_gcp" { + description = "Name of the Cloudflared tunnel for GCP" + type = string +} -#variable "cloudflare_tunnel_name_aws" { -# description = "Name of the Cloudflared tunnel for AWS" -# type = string -#} +variable "cloudflare_tunnel_name_aws" { + description = "Name of the Cloudflared tunnel for AWS" + type = string +} #variable "cloudflare_tunnel_name_azure" { # description = "Name of the Cloudflared tunnel for Azure"