4 Commits

Author SHA1 Message Date
Ryan Boehning
81d77bacb4 Bump terraform, postgres, and plugins
* terraform v1.0.0 -> v1.1.5
* hashicorp/google 3.80.0 -> 4.9.0
* hashicorp/tfe 0.25.3 -> 0.28.1
* postgres 13 -> 14
2022-02-05 18:37:11 -08:00
Ryan Boehning
70c7fff926 Add sensitive flag to vars and outputs that are secrets (#2)
By setting `sensitive = true` on a variable or output, Terraform will
redact it from the plan/apply output. This prevents secrets from being
logged. This is a new feature in Terraform v0.14.
2020-12-05 21:03:33 -08:00
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
Ryan Boehning
f7ef3d241a Initial commit 2020-04-19 03:40:44 -07:00