This commit is contained in:
14
variables.tf
14
variables.tf
@@ -487,3 +487,17 @@ variable "cloudflare_subdomain_training_status" {
|
|||||||
description = "Name of the subdomain for training status admin portal (OPTIONAL: only needed if using optional-cloudflare-apps.tf)"
|
description = "Name of the subdomain for training status admin portal (OPTIONAL: only needed if using optional-cloudflare-apps.tf)"
|
||||||
type = string
|
type = string
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#======================================================
|
||||||
|
# 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
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user