mirror of
https://github.com/jpetazzo/container.training.git
synced 2026-05-24 09:42:51 +00:00
This should make it easy to start a bunch of clusters (using the new Terraform provisioning method) on various providers.
9 lines
119 B
HCL
9 lines
119 B
HCL
terraform {
|
|
required_providers {
|
|
linode = {
|
|
source = "linode/linode"
|
|
version = "1.22.0"
|
|
}
|
|
}
|
|
}
|