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

This commit is contained in:
2025-11-19 09:53:28 +01:00
parent 5d0119981e
commit 166ca40e20

View File

@@ -243,9 +243,19 @@ variable "okta_matthieu_user_login" {
#}
#======================================================
#
# CLOUDFLARE APPLICATION PORTS
#======================================================
variable "cloudflare_intranet_app_port" {
description = "Port for the Intranet web App in Cloudflare"
type = number
}
variable "cloudflare_competition_app_port" {
description = "Port for the Competition web App in Cloudflare"
type = number
}
variable "cloudflare_domain_controller_rdp_port" {
description = "Port for the RDP domain controller"
type = number