mirror of
https://github.com/jpetazzo/container.training.git
synced 2026-07-18 20:39:17 +00:00
8 lines
85 B
HCL
8 lines
85 B
HCL
variable "prefix" {
|
|
type = string
|
|
}
|
|
|
|
variable "how_many_nodes" {
|
|
type = number
|
|
}
|