Files
private-ip-cloud-sql-db/versions.tf
Ryan Boehning 20a7c64c9a Update files for Terraform v0.14 (#1)
* Upgrade db from Postgres 11 -> 13
* Upgrade tfe and google provider plugins
* Remove google-beta provider since it's no longer needed
* Add .terraform-version file to support tfenv
* Add .vscode/ settings to play nice with VSCode
* Clean up .gitignore
2020-12-05 17:47:36 -08:00

4 lines
45 B
HCL

terraform {
required_version = ">= 0.14"
}