Update variables.tf
Some checks failed
Terraform Apply / Terraform Apply (push) Failing after 15s

This commit is contained in:
2025-11-19 17:19:16 +01:00
parent d990133bc6
commit 30f7f0dc06

View File

@@ -424,3 +424,27 @@ 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
}