Skip to content

Commit

Permalink
go from Terraform 0.15 to 1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
BrianHicks committed Sep 6, 2022
1 parent 12b18eb commit a5017a7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
7 changes: 1 addition & 6 deletions flake.nix
Expand Up @@ -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" ]);
Expand Down
2 changes: 1 addition & 1 deletion terraform/main.tf
@@ -1,5 +1,5 @@
terraform {
required_version = "~> 0.15"
required_version = "~> 1.2"

backend "remote" {
organization = "brianhicks"
Expand Down

0 comments on commit a5017a7

Please sign in to comment.