terraform: 0.12.14 -> 0.12.15

Changelog: https://github.com/hashicorp/terraform/releases/tag/v0.12.15
This commit is contained in:
Mario Rodas 2019-11-14 18:00:00 -05:00
parent d793d53b0d
commit a6924d3fb7
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.14";
sha256 = "0pq4sfnnlj91gxyxvyzzrgglnvh8xpan90gnc9jvnnb23iv4q96l";
version = "0.12.15";
sha256 = "18kvgb2sjldis7bykb11zqzx6avr7a4ry91xsfq4v0iwbi5k383b";
patches = [ ./provider-path.patch ];
passthru = { inherit plugins; };
});