This commit is contained in:
@@ -65,7 +65,7 @@ variable "tunnel_network" {
|
|||||||
variable "tunnel_network_comment" {
|
variable "tunnel_network_comment" {
|
||||||
description = "Commentaire du network du tunnel Cloudflare"
|
description = "Commentaire du network du tunnel Cloudflare"
|
||||||
type = string
|
type = string
|
||||||
default = "Example comment for this route."
|
default = "tips-of-mine comment for this route."
|
||||||
}
|
}
|
||||||
|
|
||||||
variable "cloudflare_api_token" {
|
variable "cloudflare_api_token" {
|
||||||
@@ -241,3 +241,10 @@ variable "okta_matthieu_user_login" {
|
|||||||
# description = "Azure address prefix, subnet for VM in Azure"
|
# description = "Azure address prefix, subnet for VM in Azure"
|
||||||
# type = string
|
# type = string
|
||||||
#}
|
#}
|
||||||
|
|
||||||
|
cloudflare_subdomain_ssh = "ssh-database.tips-of-mine.com"
|
||||||
|
cloudflare_subdomain_vnc = "vnc.tips-of-mine.com"
|
||||||
|
cloudflare_subdomain_web = "intranet.tips-of-mine.com"
|
||||||
|
cloudflare_subdomain_rdp = "rdp.tips-of-mine.com"
|
||||||
|
cloudflare_subdomain_web_sensitive = "competition.tips-of-mine.com"
|
||||||
|
cloudflare_subdomain_training_status = "training-status.tips-of-mine.com"
|
||||||
Reference in New Issue
Block a user