mirror of
https://github.com/jpetazzo/container.training.git
synced 2026-07-21 22:07:13 +00:00
10 lines
133 B
HCL
10 lines
133 B
HCL
variable "how_many_clusters" {
|
|
type = number
|
|
default = 2
|
|
}
|
|
|
|
variable "nodes_per_cluster" {
|
|
type = number
|
|
default = 1
|
|
}
|