go from Terraform 0.14 to 0.15

main
Brian Hicks 2022-09-06 15:55:57 -05:00
parent 595b292d02
commit 12b18eb6b1
Signed by: brian
GPG Key ID: C4F324B9CAAB0D50
2 changed files with 2 additions and 2 deletions

View File

@ -89,7 +89,7 @@
default = pkgs.mkShell {
buildInputs = with pkgs; [
git
terraform_0_14
terraform_0_15
graphviz
borgbackup
];

View File

@ -1,5 +1,5 @@
terraform {
required_version = "~> 0.14"
required_version = "~> 0.15"
backend "remote" {
organization = "brianhicks"