Skip to content

Commit

Permalink
go from Terraform 0.14 to 0.15
Browse files Browse the repository at this point in the history
  • Loading branch information
BrianHicks committed Sep 6, 2022
1 parent 595b292 commit 12b18eb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion flake.nix
Expand Up @@ -89,7 +89,7 @@
default = pkgs.mkShell {
buildInputs = with pkgs; [
git
terraform_0_14
terraform_0_15
graphviz
borgbackup
];
Expand Down
2 changes: 1 addition & 1 deletion terraform/main.tf
@@ -1,5 +1,5 @@
terraform {
required_version = "~> 0.14"
required_version = "~> 0.15"

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

0 comments on commit 12b18eb

Please sign in to comment.