From 61034cacbca3aa46aed56c14ed046e9e1cf9fed6 Mon Sep 17 00:00:00 2001 From: hcornet Date: Thu, 20 Nov 2025 16:35:34 +0100 Subject: [PATCH] test add variable --- variables.auto.tfvars | 4 ++-- variables.tf | 24 ++++++++++++------------ 2 files changed, 14 insertions(+), 14 deletions(-) diff --git a/variables.auto.tfvars b/variables.auto.tfvars index 2dcaf6c..d41bdff 100644 --- a/variables.auto.tfvars +++ b/variables.auto.tfvars @@ -83,8 +83,8 @@ cloudflare_email_domain = "tips-of-mine.org" cloudflare_authentik_domain = "tips-of-mine.com" # Tunnels -cloudflare_tunnel_name_gcp = "Tunnel GCP (Access For Infrastructure)" -cloudflare_tunnel_name_aws = "Tunnel AWS (SSH Browser Rendered)" +Cloudflare_tunnel_name_gcp = "Tunnel GCP (Access For Infrastructure)" +Cloudflare_tunnel_name_aws = "Tunnel AWS (SSH Browser Rendered)" cloudflare_tunnel_name_azure = "Tunnel Azure (SSH Browser Rendered)" cloudflare_tunnel_name_ovh = "Tunnel OVH (SSH Browser Rendered)" cloudflare_windows_rdp_tunnel_name = "Tunnel GCP (Windows RDP)" diff --git a/variables.tf b/variables.tf index 624dba6..04ba544 100644 --- a/variables.tf +++ b/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" @@ -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