Update variables.tf
Some checks failed
Terraform Apply / Terraform Apply (push) Failing after 14s

This commit is contained in:
2025-11-19 17:48:20 +01:00
parent 364e235936
commit 9bb3059ebd

View File

@@ -492,12 +492,12 @@ variable "cloudflare_subdomain_training_status" {
# CLOUDFLARE TARGET NAMES # CLOUDFLARE TARGET NAMES
#====================================================== #======================================================
variable "cf_target_ssh_name" { variable "cloudflare_target_ssh_name" {
description = "Friendly name for the Target hostname in Infrastructure App" description = "Friendly name for the Target hostname in Infrastructure App"
type = string 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" description = "Friendly name for the Target hostname in RDP windows browser rendered App"
type = string type = string
} }