Files
Jérôme Petazzoni 6d8ae7132d ️ Improve googlecloud support
- add support to provision VMs on googlecloud
- refactor the way we define the project used by Terraform
  (we'll now use the GOOGLE_PROJECT environment variable,
  and if it's not set, we'll set it automatically by getting
  the default project from the gcloud CLI)
2025-10-24 10:46:54 +02:00

9 lines
122 B
HCL

terraform {
required_providers {
google = {
source = "hashicorp/google"
version = "~> 7.0"
}
}
}