mirror of
https://github.com/jpetazzo/container.training.git
synced 2026-08-18 19:47:52 +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
Terraform
9 lines
81 B
Terraform
variable "prefix" {
|
|
type = "string"
|
|
}
|
|
|
|
variable "count" {
|
|
type = "string"
|
|
}
|
|
|