Update variables.tf
Some checks failed
Terraform Apply / Terraform Apply (push) Failing after 7s

This commit is contained in:
2025-11-16 19:41:45 +01:00
parent 72406bdcec
commit ea146371c0

View File

@@ -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"