diff --git a/variables.tf b/variables.tf index 8e23555..3b9c513 100644 --- a/variables.tf +++ b/variables.tf @@ -65,7 +65,7 @@ variable "tunnel_network" { variable "tunnel_network_comment" { description = "Commentaire du network du tunnel Cloudflare" type = string - default = "Example comment for this route." + default = "tips-of-mine comment for this route." } variable "cloudflare_api_token" { @@ -241,3 +241,10 @@ variable "okta_matthieu_user_login" { # description = "Azure address prefix, subnet for VM in Azure" # 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" \ No newline at end of file