remove : cloudflare_tunnel_name_aws
Some checks failed
Terraform Apply / Terraform Apply (push) Failing after 15s

This commit is contained in:
2025-11-20 19:08:47 +01:00
parent b0bb433374
commit 60ecc69c90

View File

@@ -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"