From 364e235936f71b78dd6aaa10eeec0e406ebe7a35 Mon Sep 17 00:00:00 2001 From: Hubert Cornet Date: Wed, 19 Nov 2025 17:47:08 +0100 Subject: [PATCH] Update variables.tf --- variables.tf | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/variables.tf b/variables.tf index 978a823..b1b8f59 100644 --- a/variables.tf +++ b/variables.tf @@ -486,4 +486,18 @@ variable "cloudflare_subdomain_rdp" { variable "cloudflare_subdomain_training_status" { description = "Name of the subdomain for training status admin portal (OPTIONAL: only needed if using optional-cloudflare-apps.tf)" type = string -} \ No newline at end of file +} + +#====================================================== +# CLOUDFLARE TARGET NAMES +#====================================================== + +variable "cf_target_ssh_name" { + description = "Friendly name for the Target hostname in Infrastructure App" + type = string +} + +variable "cf_target_rdp_name" { + description = "Friendly name for the Target hostname in RDP windows browser rendered App" + type = string +}