mirror of
https://github.com/jpetazzo/container.training.git
synced 2026-05-24 01:32: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
121 B
HCL
9 lines
121 B
HCL
terraform {
|
|
required_providers {
|
|
google = {
|
|
source = "hashicorp/google"
|
|
version = "4.5.0"
|
|
}
|
|
}
|
|
}
|