This commit is contained in:
60
variables.tf
60
variables.tf
@@ -294,41 +294,41 @@ variable "cloudflare_domain_controller_rdp_port" {
|
||||
#
|
||||
#======================================================
|
||||
|
||||
variable "cloudflare_subdomain_ssh" {
|
||||
description = "cloudflare_subdomain_ssh"
|
||||
type = string
|
||||
default = "ssh-database.tips-of-mine.com"
|
||||
}
|
||||
#variable "cloudflare_subdomain_ssh" {
|
||||
# description = "cloudflare_subdomain_ssh"
|
||||
# type = string
|
||||
# default = "ssh-database.tips-of-mine.com"
|
||||
#}
|
||||
|
||||
variable "cloudflare_subdomain_vnc" {
|
||||
description = "cloudflare_subdomain_ssh"
|
||||
type = string
|
||||
default = "vnc.tips-of-mine.com"
|
||||
}
|
||||
#variable "cloudflare_subdomain_vnc" {
|
||||
# description = "cloudflare_subdomain_vnc"
|
||||
# type = string
|
||||
# default = "vnc.tips-of-mine.com"
|
||||
#}
|
||||
|
||||
variable "cloudflare_subdomain_web" {
|
||||
description = "cloudflare_subdomain_ssh"
|
||||
type = string
|
||||
default = "intranet.tips-of-mine.com"
|
||||
}
|
||||
#variable "cloudflare_subdomain_web" {
|
||||
# description = "cloudflare_subdomain_web"
|
||||
# type = string
|
||||
# default = "intranet.tips-of-mine.com"
|
||||
#}
|
||||
|
||||
variable "cloudflare_subdomain_rdp" {
|
||||
description = "cloudflare_subdomain_ssh"
|
||||
type = string
|
||||
default = "rdp.tips-of-mine.com"
|
||||
}
|
||||
#variable "cloudflare_subdomain_rdp" {
|
||||
# description = "cloudflare_subdomain_rdp"
|
||||
# type = string
|
||||
# default = "rdp.tips-of-mine.com"
|
||||
#}
|
||||
|
||||
variable "cloudflare_subdomain_web_sensitive" {
|
||||
description = "cloudflare_subdomain_ssh"
|
||||
type = string
|
||||
default = "competition.tips-of-mine.com"
|
||||
}
|
||||
#variable "cloudflare_subdomain_web_sensitive" {
|
||||
# description = "cloudflare_subdomain_web_sensitive"
|
||||
# type = string
|
||||
# default = "competition.tips-of-mine.com"
|
||||
#}
|
||||
|
||||
variable "cloudflare_subdomain_training_status" {
|
||||
description = "cloudflare_subdomain_ssh"
|
||||
type = string
|
||||
default = "training-status.tips-of-mine.com"
|
||||
}
|
||||
#variable "cloudflare_subdomain_training_status" {
|
||||
# description = "cloudflare_subdomain_training_status"
|
||||
# type = string
|
||||
# default = "training-status.tips-of-mine.com"
|
||||
#}
|
||||
|
||||
#======================================================
|
||||
# GCP Networking
|
||||
|
||||
Reference in New Issue
Block a user