This commit is contained in:
@@ -50,9 +50,15 @@ variable "pm_user" {
|
||||
type = string
|
||||
}
|
||||
|
||||
variable "vm_count" {
|
||||
variable "alpaca_count" {
|
||||
type = number
|
||||
description = "How many Alpine VMs to create"
|
||||
default = 3
|
||||
default = 1
|
||||
description = "How many Alpaca VMs to create"
|
||||
}
|
||||
|
||||
variable "llama_count" {
|
||||
type = number
|
||||
default = 1
|
||||
description = "How many Llama VMs to create"
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user