Merge pull request #101313 from marsam/update-terraform_0_13

terraform_0_13: 0.13.4 -> 0.13.5
This commit is contained in:
Mario Rodas 2020-10-22 09:37:44 -05:00 committed by GitHub
commit 77fd054bc2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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; };
});