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