This commit is contained in:
34
variables.tf
34
variables.tf
@@ -453,3 +453,37 @@ variable "cloudflare_team_name" {
|
|||||||
description = "Name of the Team in Cloudflare, essentially zero-trust org name"
|
description = "Name of the Team in Cloudflare, essentially zero-trust org name"
|
||||||
type = string
|
type = string
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#======================================================
|
||||||
|
# CLOUDFLARE DNS SUBDOMAIN CONFIGURATION
|
||||||
|
#======================================================
|
||||||
|
|
||||||
|
variable "cloudflare_subdomain_ssh" {
|
||||||
|
description = "Name of the subdomain for ssh public hostname of tunnel"
|
||||||
|
type = string
|
||||||
|
}
|
||||||
|
|
||||||
|
variable "cloudflare_subdomain_vnc" {
|
||||||
|
description = "Name of the subdomain for VNC public hostname of tunnel"
|
||||||
|
type = string
|
||||||
|
}
|
||||||
|
|
||||||
|
variable "cloudflare_subdomain_web" {
|
||||||
|
description = "Name of the subdomain for web public hostname of tunnel"
|
||||||
|
type = string
|
||||||
|
}
|
||||||
|
|
||||||
|
variable "cloudflare_subdomain_web_sensitive" {
|
||||||
|
description = "Name of the subdomain for web sensitive public hostname of tunnel"
|
||||||
|
type = string
|
||||||
|
}
|
||||||
|
|
||||||
|
variable "cloudflare_subdomain_rdp" {
|
||||||
|
description = "Name of the subdomain for rdp browser rendered public hostname"
|
||||||
|
type = string
|
||||||
|
}
|
||||||
|
|
||||||
|
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
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user