Skip to content

Commit

Permalink
Merge pull request #281668 from marsam/update-terraform
Browse files Browse the repository at this point in the history
terraform: 1.6.6 -> 1.7.0
  • Loading branch information
marsam authored Jan 18, 2024
2 parents 23fc541 + 0ab5260 commit 05d455d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/applications/networking/cluster/terraform/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -167,9 +167,9 @@ rec {
mkTerraform = attrs: pluggable (generic attrs);

terraform_1 = mkTerraform {
version = "1.6.6";
hash = "sha256-fYFmHypzSbSgut9Wij6Sz8xR97DVOwPLQap6pan7IRA=";
vendorHash = "sha256-fQsxTX1v8HsMDIkofeCVfNitJAaTWHwppC7DniXlvT4=";
version = "1.7.0";
hash = "sha256-oF0osIC/ti9ZkWDTBIQuBHreIBVfeo4f/naGFdaMxJE=";
vendorHash = "sha256-77W0x6DENB+U3yB4LI3PwJU9bTuH7Eqz2a9FNoERuJg=";
patches = [ ./provider-path-0_15.patch ];
passthru = {
inherit plugins;
Expand Down

0 comments on commit 05d455d

Please sign in to comment.