From e28d3142a5ab897424bbae8798bde690614ed613 Mon Sep 17 00:00:00 2001 From: zimbatm Date: Mon, 19 Nov 2018 21:18:13 +0100 Subject: terraform_0_12: init at 0.12.0-alpha2 --- pkgs/applications/networking/cluster/terraform/default.nix | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'pkgs/applications/networking/cluster/terraform') diff --git a/pkgs/applications/networking/cluster/terraform/default.nix b/pkgs/applications/networking/cluster/terraform/default.nix index 247df9544f57..8c97186b59a4 100644 --- a/pkgs/applications/networking/cluster/terraform/default.nix +++ b/pkgs/applications/networking/cluster/terraform/default.nix @@ -96,6 +96,13 @@ in rec { terraform_0_11-full = terraform_0_11.full; + terraform_0_12 = pluggable (generic { + version = "0.12.0-alpha2"; + sha256 = "1rnxgwfk10b1g3jnh9gv4lqrcszhxq8shaqslml30hafs3dkg71q"; + patches = [ ./provider-path.patch ]; + passthru = { inherit plugins; }; + }); + # Tests that the plugins are being used. Terraform looks at the specific # file pattern and if the plugin is not found it will try to download it # from the Internet. With sandboxing enable this test will fail if that is -- cgit 1.4.1