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