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