terraform: 0.12.9 -> 0.12.10

Changelog: https://github.com/hashicorp/terraform/releases/tag/v0.12.10
This commit is contained in:
Mario Rodas 2019-10-07 20:00:00 -05:00
parent fba9144f92
commit c26d471660
No known key found for this signature in database
GPG key ID: 4C4BEFD7B18DC5E8

View file

@ -97,8 +97,8 @@ in rec {
terraform_0_11-full = terraform_0_11.full;
terraform_0_12 = pluggable (generic {
version = "0.12.9";
sha256 = "14js4n08rg30y0jrm0na79syglpb64cb7cxys0x3w47pcbgymrka";
version = "0.12.10";
sha256 = "0bmqcmzjsrpvvnd9pn40f774c8jy6j810qz0njxqh60yh27f5rhx";
patches = [ ./provider-path.patch ];
passthru = { inherit plugins; };
});