This commit is contained in:
12
variables.tf
12
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" {
|
variable "cloudflare_domain_controller_rdp_port" {
|
||||||
description = "Port for the RDP domain controller"
|
description = "Port for the RDP domain controller"
|
||||||
type = number
|
type = number
|
||||||
|
|||||||
Reference in New Issue
Block a user