Update variables.tf
Some checks failed
Terraform Apply / Terraform Apply (push) Failing after 15s

This commit is contained in:
2025-11-19 17:57:13 +01:00
parent ec5c494826
commit 2655f23ca6

View File

@@ -501,3 +501,37 @@ variable "cloudflare_target_rdp_name" {
description = "Friendly name for the Target hostname in RDP windows browser rendered App"
type = string
}
#======================================================
# CLOUDFLARE ACCESS APPLICATION CONFIGURATION
#======================================================
variable "cloudflare_browser_ssh_app_name" {
description = "Name of the Browser Rendering SSH App in Cloudflare"
type = string
}
variable "cloudflare_browser_vnc_app_name" {
description = "Name of the Browser Rendering VNC App in Cloudflare"
type = string
}
variable "cloudflare_infra_app_name" {
description = "Name of the Infrastructure App in Cloudflare"
type = string
}
variable "cloudflare_sensitive_web_app_name" {
description = "Name of the Sensitive web App in Cloudflare"
type = string
}
variable "cloudflare_intranet_web_app_name" {
description = "Name of the Intranet web App in Cloudflare"
type = string
}
variable "cloudflare_browser_rdp_app_name" {
description = "Name of the RDP windows browser rendered App in Cloudflare"
type = string
}