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"
# 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)"

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