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