Skip to content

Commit

Permalink
feat: Add Terraform version 1.9.7 (#96)
Browse files Browse the repository at this point in the history
  • Loading branch information
stackbuildersbot authored Oct 3, 2024
1 parent 827484c commit fb4abdb
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
template:
runs-on: ubuntu-latest
timeout-minutes: 5
timeout-minutes: 8
needs: [build]
strategy:
matrix:
Expand Down
2 changes: 1 addition & 1 deletion templates/devenv/flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
modules = [
({ pkgs, config, ... }: {
languages.terraform.enable = true;
languages.terraform.version = "1.8.1";
languages.terraform.version = "1.9";
})
];
};
Expand Down
2 changes: 1 addition & 1 deletion templates/terranix/flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
(system:
let
pkgs = nixpkgs.legacyPackages.${system};
terraform = nixpkgs-terraform.packages.${system}."1.8.1";
terraform = nixpkgs-terraform.packages.${system}."1.9";
in
{
default = pkgs.mkShell {
Expand Down
6 changes: 5 additions & 1 deletion versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -339,6 +339,10 @@
"1.9.6": {
"hash": "sha256-rlqpqiMlLcn2LqqKRU9iFaVqUz/QQtpiiZ39h5ZvpbI=",
"vendorHash": "sha256-tH9KQF4oHcQh34ikB9Bx6fij/iLZN+waxv5ZilqGGlU="
},
"1.9.7": {
"hash": "sha256-L0F0u96et18IlqAUsc0HK+cLeav2OqN4kxs58hPNMIM=",
"vendorHash": "sha256-tH9KQF4oHcQh34ikB9Bx6fij/iLZN+waxv5ZilqGGlU="
}
},
"latest": {
Expand All @@ -351,6 +355,6 @@
"1.6": "1.6.6",
"1.7": "1.7.5",
"1.8": "1.8.5",
"1.9": "1.9.6"
"1.9": "1.9.7"
}
}

0 comments on commit fb4abdb

Please sign in to comment.