This commit is contained in:
28
variables.tf
28
variables.tf
@@ -395,4 +395,32 @@ variable "azure_vnet_cidr" {
|
|||||||
variable "azure_public_dns_domain" {
|
variable "azure_public_dns_domain" {
|
||||||
description = "Azure Public DNS Domain"
|
description = "Azure Public DNS Domain"
|
||||||
type = string
|
type = string
|
||||||
|
}
|
||||||
|
|
||||||
|
#======================================================
|
||||||
|
# TUNNEL CONFIGURATION
|
||||||
|
#======================================================
|
||||||
|
variable "cloudflare_tunnel_name_gcp" {
|
||||||
|
description = "Name of the Cloudflared tunnel for GCP"
|
||||||
|
type = string
|
||||||
|
}
|
||||||
|
|
||||||
|
variable "cloudflare_tunnel_name_aws" {
|
||||||
|
description = "Name of the Cloudflared tunnel for AWS"
|
||||||
|
type = string
|
||||||
|
}
|
||||||
|
|
||||||
|
variable "cloudflare_tunnel_name_azure" {
|
||||||
|
description = "Name of the Cloudflared tunnel for Azure"
|
||||||
|
type = string
|
||||||
|
}
|
||||||
|
|
||||||
|
variable "cloudflare_tunnel_name_ovh" {
|
||||||
|
description = "Name of the Cloudflared tunnel for OVH"
|
||||||
|
type = string
|
||||||
|
}
|
||||||
|
|
||||||
|
variable "cloudflare_windows_rdp_tunnel_name_gcp" {
|
||||||
|
description = "Name of the Cloudflared tunnel for Windows RDP Server GCP"
|
||||||
|
type = string
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user