go from Terraform 0.15 to 1.2

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

View File

@ -87,12 +87,7 @@
name = system;
value = {
default = pkgs.mkShell {
buildInputs = with pkgs; [
git
terraform_0_15
graphviz
borgbackup
];
buildInputs = with pkgs; [ git terraform graphviz borgbackup ];
};
};
}) [ "x86_64-linux" "x86_64-darwin" "aarch64-darwin" ]);

View File

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