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 +}