Files
container.training/prepare-tf/source/modules/linode/providers.tf
Jérôme Petazzoni f3156513b8 🏭️ Add wrapper script for 'prepare-tf'
This should make it easy to start a bunch of clusters
(using the new Terraform provisioning method) on various
providers.
2022-01-11 10:11:42 +01:00

9 lines
119 B
HCL

terraform {
required_providers {
linode = {
source = "linode/linode"
version = "1.22.0"
}
}
}