This commit is contained in:
24
variables.tf
24
variables.tf
@@ -423,4 +423,28 @@ variable "cloudflare_tunnel_name_ovh" {
|
|||||||
variable "cloudflare_windows_rdp_tunnel_name_gcp" {
|
variable "cloudflare_windows_rdp_tunnel_name_gcp" {
|
||||||
description = "Name of the Cloudflared tunnel for Windows RDP Server GCP"
|
description = "Name of the Cloudflared tunnel for Windows RDP Server GCP"
|
||||||
type = string
|
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
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user