mirror of
https://github.com/jpetazzo/container.training.git
synced 2026-07-21 22:07:13 +00:00
This allows to manage groups of VMs across multiple infrastructure providers. It also adds support to create groups of VMs on OpenStack. WARNING: the syntax of workshopctl has changed slightly. Check READMEs for details.
9 lines
81 B
HCL
9 lines
81 B
HCL
variable "prefix" {
|
|
type = "string"
|
|
}
|
|
|
|
variable "count" {
|
|
type = "string"
|
|
}
|
|
|