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" {
|
#variable "cloudflare_subdomain_ssh" {
|
||||||
description = "cloudflare_subdomain_ssh"
|
# description = "cloudflare_subdomain_ssh"
|
||||||
type = string
|
# type = string
|
||||||
default = "ssh-database.tips-of-mine.com"
|
# default = "ssh-database.tips-of-mine.com"
|
||||||
}
|
#}
|
||||||
|
|
||||||
variable "cloudflare_subdomain_vnc" {
|
#variable "cloudflare_subdomain_vnc" {
|
||||||
description = "cloudflare_subdomain_ssh"
|
# description = "cloudflare_subdomain_vnc"
|
||||||
type = string
|
# type = string
|
||||||
default = "vnc.tips-of-mine.com"
|
# default = "vnc.tips-of-mine.com"
|
||||||
}
|
#}
|
||||||
|
|
||||||
variable "cloudflare_subdomain_web" {
|
#variable "cloudflare_subdomain_web" {
|
||||||
description = "cloudflare_subdomain_ssh"
|
# description = "cloudflare_subdomain_web"
|
||||||
type = string
|
# type = string
|
||||||
default = "intranet.tips-of-mine.com"
|
# default = "intranet.tips-of-mine.com"
|
||||||
}
|
#}
|
||||||
|
|
||||||
variable "cloudflare_subdomain_rdp" {
|
#variable "cloudflare_subdomain_rdp" {
|
||||||
description = "cloudflare_subdomain_ssh"
|
# description = "cloudflare_subdomain_rdp"
|
||||||
type = string
|
# type = string
|
||||||
default = "rdp.tips-of-mine.com"
|
# default = "rdp.tips-of-mine.com"
|
||||||
}
|
#}
|
||||||
|
|
||||||
variable "cloudflare_subdomain_web_sensitive" {
|
#variable "cloudflare_subdomain_web_sensitive" {
|
||||||
description = "cloudflare_subdomain_ssh"
|
# description = "cloudflare_subdomain_web_sensitive"
|
||||||
type = string
|
# type = string
|
||||||
default = "competition.tips-of-mine.com"
|
# default = "competition.tips-of-mine.com"
|
||||||
}
|
#}
|
||||||
|
|
||||||
variable "cloudflare_subdomain_training_status" {
|
#variable "cloudflare_subdomain_training_status" {
|
||||||
description = "cloudflare_subdomain_ssh"
|
# description = "cloudflare_subdomain_training_status"
|
||||||
type = string
|
# type = string
|
||||||
default = "training-status.tips-of-mine.com"
|
# default = "training-status.tips-of-mine.com"
|
||||||
}
|
#}
|
||||||
|
|
||||||
#======================================================
|
#======================================================
|
||||||
# GCP Networking
|
# GCP Networking
|
||||||
|
|||||||
Reference in New Issue
Block a user