diff --git a/variables.tf b/variables.tf index 079c925..fca92bf 100644 --- a/variables.tf +++ b/variables.tf @@ -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