terraform: 0.12.23 -> 0.12.24

Changelog: https://github.com/hashicorp/terraform/releases/tag/v0.12.24
This commit is contained in:
Mario Rodas 2020-03-19 04:20:00 -05:00 committed by Alyssa Ross
parent 033cd0c657
commit a437fe2565

View File

@ -112,8 +112,8 @@ in rec {
terraform_0_11-full = terraform_0_11.full;
terraform_0_12 = pluggable (generic {
version = "0.12.23";
sha256 = "1lr2gfk5dmj6rhv5rvzn3fggb34za73ryjy0vdzx4kf3qj12r0wz";
version = "0.12.24";
sha256 = "1rjihp6qcaizp2nnv4z20kpmjnqcw95pq5rnhq381a3pdzr0cd0z";
patches = [ ./provider-path.patch ];
passthru = { inherit plugins; };
});