adding comments to lines - 3
Some checks failed
Terraform Apply / Terraform Apply (push) Failing after 17s
Some checks failed
Terraform Apply / Terraform Apply (push) Failing after 17s
This commit is contained in:
41
variables.tf
41
variables.tf
@@ -409,30 +409,31 @@ variable "azure_public_dns_domain" {
|
|||||||
#======================================================
|
#======================================================
|
||||||
# TUNNEL CONFIGURATION
|
# TUNNEL CONFIGURATION
|
||||||
#======================================================
|
#======================================================
|
||||||
variable "cloudflare_tunnel_name_gcp" {
|
|
||||||
description = "Name of the Cloudflared tunnel for GCP"
|
|
||||||
type = string
|
|
||||||
}
|
|
||||||
|
|
||||||
variable "cloudflare_tunnel_name_aws" {
|
#variable "cloudflare_tunnel_name_gcp" {
|
||||||
description = "Name of the Cloudflared tunnel for AWS"
|
# description = "Name of the Cloudflared tunnel for GCP"
|
||||||
type = string
|
# type = string
|
||||||
}
|
#}
|
||||||
|
|
||||||
variable "cloudflare_tunnel_name_azure" {
|
#variable "cloudflare_tunnel_name_aws" {
|
||||||
description = "Name of the Cloudflared tunnel for Azure"
|
# description = "Name of the Cloudflared tunnel for AWS"
|
||||||
type = string
|
# type = string
|
||||||
}
|
#}
|
||||||
|
|
||||||
variable "cloudflare_tunnel_name_ovh" {
|
#variable "cloudflare_tunnel_name_azure" {
|
||||||
description = "Name of the Cloudflared tunnel for OVH"
|
# description = "Name of the Cloudflared tunnel for Azure"
|
||||||
type = string
|
# type = string
|
||||||
}
|
#}
|
||||||
|
|
||||||
variable "cloudflare_windows_rdp_tunnel_name_gcp" {
|
#variable "cloudflare_tunnel_name_ovh" {
|
||||||
description = "Name of the Cloudflared tunnel for Windows RDP Server GCP"
|
# description = "Name of the Cloudflared tunnel for OVH"
|
||||||
type = string
|
# type = string
|
||||||
}
|
#}
|
||||||
|
|
||||||
|
#variable "cloudflare_windows_rdp_tunnel_name_gcp" {
|
||||||
|
# description = "Name of the Cloudflared tunnel for Windows RDP Server GCP"
|
||||||
|
# type = string
|
||||||
|
#}
|
||||||
|
|
||||||
#======================================================
|
#======================================================
|
||||||
# WARP CONNECTOR TUNNEL IDS
|
# WARP CONNECTOR TUNNEL IDS
|
||||||
|
|||||||
Reference in New Issue
Block a user