From 2655f23ca6ddbe22bb2c97e98701f71c7e267575 Mon Sep 17 00:00:00 2001 From: Hubert Cornet Date: Wed, 19 Nov 2025 17:57:13 +0100 Subject: [PATCH] Update variables.tf --- variables.tf | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) diff --git a/variables.tf b/variables.tf index 5356fda..e3f30b2 100644 --- a/variables.tf +++ b/variables.tf @@ -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 +} \ No newline at end of file