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