mirror of
https://github.com/jpetazzo/container.training.git
synced 2026-08-18 03:26:23 +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
Terraform
9 lines
121 B
Terraform
terraform {
|
|
required_providers {
|
|
google = {
|
|
source = "hashicorp/google"
|
|
version = "4.5.0"
|
|
}
|
|
}
|
|
}
|