We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e75dd8 commit 3565f25Copy full SHA for 3565f25
pkgs/applications/networking/cluster/terraform/default.nix
@@ -194,9 +194,9 @@ rec {
194
mkTerraform = attrs: pluggable (generic attrs);
195
196
terraform_1 = mkTerraform {
197
- version = "1.11.4";
198
- hash = "sha256-VGptJz+MbJ8nJRGUW9LzX6IDLYbjI5tK40ZhkZCGVf0=";
199
- vendorHash = "sha256-pDtWGDKEnYq4wJYG+Rr5C1pWN/X92P+wvHrNm0Ldh+8=";
+ version = "1.12.0";
+ hash = "sha256-+EjsKl13kx3uJ50TrZIJLrvf4RBWDJsp1PD1dwtP6XA=";
+ vendorHash = "sha256-zWNLIurNP5e/AWr84kQCb2+gZIn6EAsuvr0ZnfSq7Zw=";
200
patches = [ ./provider-path-0_15.patch ];
201
passthru = {
202
inherit plugins;
0 commit comments