terraform: 0.11.3 -> 0.11.4

This commit is contained in:
Peter Hoeg 2018-03-19 15:11:39 +08:00
parent 4fe3edd725
commit 059f33c6de

@ -100,8 +100,8 @@ in rec {
terraform_0_10-full = terraform_0_10.withPlugins lib.attrValues;
terraform_0_11 = pluggable (generic {
version = "0.11.3";
sha256 = "0637x7jcm62pdnivmh4rggly6dmlvdh3jpsd1z4vba15gbm203nz";
version = "0.11.4";
sha256 = "1r3x7qv0bfsnmj7l3hmsww26rb9hkg361515gpvjjzafz5b7bz0c";
patches = [ ./provider-path.patch ];
passthru = { inherit plugins; };
});