terraform_0_12: 0.12.6 -> 0.12.7

Changelog: https://github.com/hashicorp/terraform/releases/tag/v0.12.7
This commit is contained in:
Mario Rodas 2019-08-22 19:32:06 -05:00
parent 91b46353a5
commit 0acec0d071
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.6";
sha256 = "0vxvciv4amblxx50wivlm60fyj1ardfgdpj3l8cj9fhi79b3khxl";
version = "0.12.7";
sha256 = "09zsak1a9z2mk88vb6xs9jaxfpazhs0p7x68mw62c9mm13m8kq02";
patches = [ ./provider-path.patch ];
passthru = { inherit plugins; };
});