This commit is contained in:
16
variables.tf
16
variables.tf
@@ -415,15 +415,15 @@ variable "azure_public_dns_domain" {
|
||||
# TUNNEL CONFIGURATION
|
||||
#======================================================
|
||||
|
||||
#variable "cloudflare_tunnel_name_gcp" {
|
||||
# description = "Name of the Cloudflared tunnel for GCP"
|
||||
# type = string
|
||||
#}
|
||||
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_aws" {
|
||||
description = "Name of the Cloudflared tunnel for AWS"
|
||||
type = string
|
||||
}
|
||||
|
||||
#variable "cloudflare_tunnel_name_azure" {
|
||||
# description = "Name of the Cloudflared tunnel for Azure"
|
||||
|
||||
Reference in New Issue
Block a user