terraform: 0.12.18 -> 0.12.19

Changelog: https://github.com/hashicorp/terraform/releases/tag/v0.12.19
This commit is contained in:
Mario Rodas 2020-01-08 18:00:00 -05:00
parent b4615c3b6a
commit 9ab9bb4ab6
No known key found for this signature in database
GPG key ID: 4C4BEFD7B18DC5E8

View file

@ -112,8 +112,8 @@ in rec {
terraform_0_11-full = terraform_0_11.full;
terraform_0_12 = pluggable (generic {
version = "0.12.18";
sha256 = "1p2rvs9dw2rzzggf3q2lifwbd82b7xb3jpb4yz5nmggn5g22qlc1";
version = "0.12.19";
sha256 = "067gzxysz8r2myj3rh0vwrs0pmbgb21jxlmawlf4v0lkjnhj6kwv";
patches = [ ./provider-path.patch ];
passthru = { inherit plugins; };
});