From 9bb3059ebd26a56f1ebfa4dfad04c545ee295081 Mon Sep 17 00:00:00 2001 From: Hubert Cornet Date: Wed, 19 Nov 2025 17:48:20 +0100 Subject: [PATCH] Update variables.tf --- variables.tf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/variables.tf b/variables.tf index b1b8f59..5356fda 100644 --- a/variables.tf +++ b/variables.tf @@ -492,12 +492,12 @@ variable "cloudflare_subdomain_training_status" { # CLOUDFLARE TARGET NAMES #====================================================== -variable "cf_target_ssh_name" { +variable "cloudflare_target_ssh_name" { description = "Friendly name for the Target hostname in Infrastructure App" type = string } -variable "cf_target_rdp_name" { +variable "cloudflare_target_rdp_name" { description = "Friendly name for the Target hostname in RDP windows browser rendered App" type = string }