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 }