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

@@ -83,8 +83,8 @@ cloudflare_email_domain = "tips-of-mine.org"
cloudflare_authentik_domain = "tips-of-mine.com" cloudflare_authentik_domain = "tips-of-mine.com"
# Tunnels # Tunnels
cloudflare_tunnel_name_gcp = "Tunnel GCP (Access For Infrastructure)" Cloudflare_tunnel_name_gcp = "Tunnel GCP (Access For Infrastructure)"
cloudflare_tunnel_name_aws = "Tunnel AWS (SSH Browser Rendered)" Cloudflare_tunnel_name_aws = "Tunnel AWS (SSH Browser Rendered)"
cloudflare_tunnel_name_azure = "Tunnel Azure (SSH Browser Rendered)" cloudflare_tunnel_name_azure = "Tunnel Azure (SSH Browser Rendered)"
cloudflare_tunnel_name_ovh = "Tunnel OVH (SSH Browser Rendered)" cloudflare_tunnel_name_ovh = "Tunnel OVH (SSH Browser Rendered)"
cloudflare_windows_rdp_tunnel_name = "Tunnel GCP (Windows RDP)" cloudflare_windows_rdp_tunnel_name = "Tunnel GCP (Windows RDP)"

View File

@@ -415,15 +415,15 @@ variable "azure_public_dns_domain" {
# TUNNEL CONFIGURATION # TUNNEL CONFIGURATION
#====================================================== #======================================================
#variable "cloudflare_tunnel_name_gcp" { variable "cloudflare_tunnel_name_gcp" {
# description = "Name of the Cloudflared tunnel for GCP" description = "Name of the Cloudflared tunnel for GCP"
# type = string type = string
#} }
#variable "cloudflare_tunnel_name_aws" { variable "cloudflare_tunnel_name_aws" {
# description = "Name of the Cloudflared tunnel for AWS" description = "Name of the Cloudflared tunnel for AWS"
# type = string type = string
#} }
#variable "cloudflare_tunnel_name_azure" { #variable "cloudflare_tunnel_name_azure" {
# description = "Name of the Cloudflared tunnel for Azure" # description = "Name of the Cloudflared tunnel for Azure"
@@ -435,10 +435,10 @@ variable "azure_public_dns_domain" {
# type = string # type = string
#} #}
#variable "cloudflare_windows_rdp_tunnel_name_gcp" { variable "cloudflare_windows_rdp_tunnel_name_gcp" {
# description = "Name of the Cloudflared tunnel for Windows RDP Server GCP" description = "Name of the Cloudflared tunnel for Windows RDP Server GCP"
# type = string type = string
#} }
#====================================================== #======================================================
# WARP CONNECTOR TUNNEL IDS # WARP CONNECTOR TUNNEL IDS