Update variables.tf
This commit is contained in:
Родитель
084f5e8b7c
Коммит
95062a81d3
|
@ -51,3 +51,15 @@ variable "aseAddressPrefix" {
|
|||
type = string
|
||||
default = "10.1.1.0/24"
|
||||
}
|
||||
|
||||
variable "numberOfWorkers" {
|
||||
description = "numberOfWorkers for ASE"
|
||||
type = number
|
||||
default = 3
|
||||
}
|
||||
|
||||
variable "workerPool" {
|
||||
description = "workerPool for ASE"
|
||||
type = number
|
||||
default = 1
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче