This commit is contained in:
16
variables.tf
16
variables.tf
@@ -444,15 +444,15 @@ variable "cloudflare_windows_rdp_tunnel_name_gcp" {
|
||||
# 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_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_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"
|
||||
|
||||
Reference in New Issue
Block a user