This commit is contained in:
@@ -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)"
|
||||
|
||||
24
variables.tf
24
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
|
||||
|
||||
Reference in New Issue
Block a user