terraform: 0.12.16 -> 0.12.17 (#74873)

Changelog: https://github.com/hashicorp/terraform/releases/tag/v0.12.17
This commit is contained in:
Mario Rodas 2019-12-03 04:35:55 -05:00 committed by zimbatm
parent d6ab3a25e0
commit a72d15df15

View File

@ -112,8 +112,8 @@ in rec {
terraform_0_11-full = terraform_0_11.full; terraform_0_11-full = terraform_0_11.full;
terraform_0_12 = pluggable (generic { terraform_0_12 = pluggable (generic {
version = "0.12.16"; version = "0.12.17";
sha256 = "10r9vra4d3lyms9cvl0g1ij6ldcfi3vjrqsmd52isrmlmjdzm8nk"; sha256 = "1pmvjbmzws5qjzz34dw0fcb6p36vafqs0h8i87g7lmhckb9bqihv";
patches = [ ./provider-path.patch ]; patches = [ ./provider-path.patch ];
passthru = { inherit plugins; }; passthru = { inherit plugins; };
}); });