terraform_0_13: 0.13.4 -> 0.13.5

https://github.com/hashicorp/terraform/releases/tag/v0.13.5
This commit is contained in:
Mario Rodas 2020-10-21 18:00:00 -05:00
parent c70acdfd09
commit 8b636137c2

View File

@ -157,8 +157,8 @@ in rec {
});
terraform_0_13 = pluggable (generic {
version = "0.13.4";
sha256 = "1yvcz14q82v9jq4b9knn6wgnhlhrsz2ncvxv4lh9y1avn56chsqc";
version = "0.13.5";
sha256 = "1fnydzm5h65pdy2gkq403sllx05cvpldkdzdpcy124ywljb4x9d8";
patches = [ ./provider-path.patch ];
passthru = { inherit plugins; };
});