test add variable
Some checks failed
Terraform Apply / Terraform Apply (push) Failing after 14s

This commit is contained in:
2025-11-20 16:35:34 +01:00
parent f034aeba6f
commit 61034cacbc
2 changed files with 14 additions and 14 deletions

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"
@@ -435,10 +435,10 @@ variable "azure_public_dns_domain" {
# type = string
#}
#variable "cloudflare_windows_rdp_tunnel_name_gcp" {
# description = "Name of the Cloudflared tunnel for Windows RDP Server GCP"
# 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