From 580f3e921ae21485d7a071420d1a0707a3a47f2d Mon Sep 17 00:00:00 2001 From: hcornet Date: Thu, 20 Nov 2025 19:33:47 +0100 Subject: [PATCH] test 16 --- variables.tf | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/variables.tf b/variables.tf index 4bf5e06..8dc42fd 100644 --- a/variables.tf +++ b/variables.tf @@ -444,15 +444,15 @@ variable "cloudflare_windows_rdp_tunnel_name_gcp" { # WARP CONNECTOR TUNNEL IDS #====================================================== -variable "cloudflare_tunnel_warp_connector_azure_id" { - description = "ID of the WARP Connector Tunnel manually created for Azure in UI" - type = string -} +#variable "cloudflare_tunnel_warp_connector_azure_id" { +# description = "ID of the WARP Connector Tunnel manually created for Azure in UI" +# type = string +#} -variable "cloudflare_tunnel_warp_connector_gcp_id" { - description = "ID of the WARP Connector Tunnel manually created for GCP in UI" - type = string -} +#variable "cloudflare_tunnel_warp_connector_gcp_id" { +# description = "ID of the WARP Connector Tunnel manually created for GCP in UI" +# type = string +#} #variable "cloudflare_tunnel_warp_connector_aws_id" { # description = "ID of the WARP Connector Tunnel manually created for AWS in UI"