From f93a857c14333182596bf3bf073f20cae99b1f9f Mon Sep 17 00:00:00 2001 From: hcornet Date: Thu, 20 Nov 2025 10:38:14 +0100 Subject: [PATCH] adding comments to lines - 3 --- variables.tf | 41 +++++++++++++++++++++-------------------- 1 file changed, 21 insertions(+), 20 deletions(-) diff --git a/variables.tf b/variables.tf index d703814..831b4a5 100644 --- a/variables.tf +++ b/variables.tf @@ -409,30 +409,31 @@ 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_aws" { - description = "Name of the Cloudflared tunnel for AWS" - type = string -} +#variable "cloudflare_tunnel_name_gcp" { +# description = "Name of the Cloudflared tunnel for GCP" +# type = string +#} -variable "cloudflare_tunnel_name_azure" { - description = "Name of the Cloudflared tunnel for Azure" - type = string -} +#variable "cloudflare_tunnel_name_aws" { +# description = "Name of the Cloudflared tunnel for AWS" +# type = string +#} -variable "cloudflare_tunnel_name_ovh" { - description = "Name of the Cloudflared tunnel for OVH" - type = string -} +#variable "cloudflare_tunnel_name_azure" { +# description = "Name of the Cloudflared tunnel for Azure" +# type = string +#} -variable "cloudflare_windows_rdp_tunnel_name_gcp" { - description = "Name of the Cloudflared tunnel for Windows RDP Server GCP" - type = string -} +#variable "cloudflare_tunnel_name_ovh" { +# description = "Name of the Cloudflared tunnel for OVH" +# type = string +#} + +#variable "cloudflare_windows_rdp_tunnel_name_gcp" { +# description = "Name of the Cloudflared tunnel for Windows RDP Server GCP" +# type = string +#} #====================================================== # WARP CONNECTOR TUNNEL IDS