Files
private-ip-cloud-sql-db/versions.tf
Ryan Boehning 0203377079 Update to terraform v1.0.0 (#4)
* add hashes for both linux and macOS to the lock file
* update google provider v3.70.0 -> v3.71.0
2021-06-08 07:25:53 -07:00

15 lines
236 B
HCL

terraform {
required_version = ">= 1.0.0"
required_providers {
tfe = {
source = "hashicorp/tfe"
version = ">= 0.25.0"
}
google = {
source = "hashicorp/google"
version = ">= 3.70.0"
}
}
}