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 94c3791 commit 8fbdc12Copy full SHA for 8fbdc12
1 file changed
pkgs/applications/networking/cluster/terraform/default.nix
@@ -168,9 +168,9 @@ rec {
168
mkTerraform = attrs: pluggable (generic attrs);
169
170
terraform_1 = mkTerraform {
171
- version = "1.3.9";
172
- hash = "sha256-gwuUdO9m4Q2tFRLSVTbcsclOq9jcbQU4JV9nIElTkQ4=";
173
- vendorHash = "sha256-CE6jNBvM0980+R0e5brK5lMrkad+91qTt9mp2h3NZyY=";
+ version = "1.4.0";
+ hash = "sha256-jt+axusOYbJmGJpim8i76Yfb/QgWduUmZMIiIs0CJoA=";
+ vendorHash = "sha256-M22VONnPs0vv2L3q/2RjE0+Jna/Kv95xubVNthp5bMc=";
174
patches = [ ./provider-path-0_15.patch ];
175
passthru = {
176
inherit plugins;
0 commit comments