mirror of
https://github.com/jpetazzo/container.training.git
synced 2026-05-25 10:12:47 +00:00
This is a new provisioning mechanism. Right now, it can provision clusters on: - Digital Ocean - Linode - Oracle Cloud - Scaleway Others should be relatively straightforward to add. Check the README in the prepare-tf subdirectory for details.
4 lines
44 B
HCL
4 lines
44 B
HCL
terraform {
|
|
required_version = ">= 1.0"
|
|
}
|