terraform: 0.12.20 -> 0.12.21
Changelog: https://github.com/hashicorp/terraform/releases/tag/v0.12.21
This commit is contained in:
parent
8cf9a89a34
commit
d7f608e43a
|
@ -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.20";
|
version = "0.12.21";
|
||||||
sha256 = "1k94iwhdvp1ifg9w7y26cl89ihki2w9kxv8mz06pp9bnfwfw67x5";
|
sha256 = "128mrqib8rigy6kk6fby0pjh4jh2qm2qwkrlbn0wgfln0637d9ff";
|
||||||
patches = [ ./provider-path.patch ];
|
patches = [ ./provider-path.patch ];
|
||||||
passthru = { inherit plugins; };
|
passthru = { inherit plugins; };
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in New Issue