From b6e19a37f826fad03e17020eb00403cc6d2377aa Mon Sep 17 00:00:00 2001 From: hcornet Date: Thu, 20 Nov 2025 10:36:01 +0100 Subject: [PATCH] adding comments to lines --- variables.tf | 18 ++++++++---------- 1 file changed, 8 insertions(+), 10 deletions(-) diff --git a/variables.tf b/variables.tf index 44ff993..e654053 100644 --- a/variables.tf +++ b/variables.tf @@ -448,17 +448,15 @@ variable "cloudflare_tunnel_warp_connector_gcp_id" { type = string } -variable "cloudflare_tunnel_warp_connector_aws_id" { - description = "ID of the WARP Connector Tunnel manually created for AWS in UI" - type = string -} - -variable "cloudflare_tunnel_warp_connector_ovh_id" { - description = "ID of the WARP Connector Tunnel manually created for OVH in UI" - type = string -} - +#variable "cloudflare_tunnel_warp_connector_aws_id" { +# description = "ID of the WARP Connector Tunnel manually created for AWS in UI" +# type = string +#} +#variable "cloudflare_tunnel_warp_connector_ovh_id" { +# description = "ID of the WARP Connector Tunnel manually created for OVH in UI" +# type = string +#} #====================================================== # CLOUDFLARE DNS SUBDOMAIN CONFIGURATION