mirror of
https://github.com/ryboe/private-ip-cloud-sql-db.git
synced 2025-12-19 18:14:59 -05:00
* add hashes for both linux and macOS to the lock file * update google provider v3.70.0 -> v3.71.0
15 lines
236 B
HCL
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"
|
|
}
|
|
}
|
|
}
|