From 30f7f0dc066b1ea7976a1d96b69d0ac2532ab34f Mon Sep 17 00:00:00 2001 From: Hubert Cornet Date: Wed, 19 Nov 2025 17:19:16 +0100 Subject: [PATCH] Update variables.tf --- variables.tf | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/variables.tf b/variables.tf index 318d42b..b74793e 100644 --- a/variables.tf +++ b/variables.tf @@ -423,4 +423,28 @@ variable "cloudflare_tunnel_name_ovh" { variable "cloudflare_windows_rdp_tunnel_name_gcp" { description = "Name of the Cloudflared tunnel for Windows RDP Server GCP" type = string +} + +#====================================================== +# 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_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" + type = string +} + +variable "cloudflare_tunnel_warp_connector_ovh_id" { + description = "ID of the WARP Connector Tunnel manually created for OVH in UI" + type = string } \ No newline at end of file