terraform: 0.12.19 -> 0.12.20

Changelog: https://github.com/hashicorp/terraform/releases/tag/v0.12.20
This commit is contained in:
Mario Rodas 2020-01-22 18:18:18 -05:00
parent e6439c6c1a
commit d0819c05b3
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.19";
sha256 = "067gzxysz8r2myj3rh0vwrs0pmbgb21jxlmawlf4v0lkjnhj6kwv";
version = "0.12.20";
sha256 = "1k94iwhdvp1ifg9w7y26cl89ihki2w9kxv8mz06pp9bnfwfw67x5";
patches = [ ./provider-path.patch ];
passthru = { inherit plugins; };
});