summary refs log tree commit diff
path: root/pkgs/applications/networking/cluster
diff options
context:
space:
mode:
authorzimbatm <zimbatm@zimbatm.com>2018-11-19 21:18:13 +0100
committerzimbatm <zimbatm@zimbatm.com>2018-11-20 10:32:36 +0100
commite28d3142a5ab897424bbae8798bde690614ed613 (patch)
tree16c3a7a21a677c8883ed40e2497ff2e9e8ba61e6 /pkgs/applications/networking/cluster
parentb554d6208a1e22ec0b5a67985fd5d6f4e6633313 (diff)
downloadnixpkgs-e28d3142a5ab897424bbae8798bde690614ed613.tar
nixpkgs-e28d3142a5ab897424bbae8798bde690614ed613.tar.gz
nixpkgs-e28d3142a5ab897424bbae8798bde690614ed613.tar.bz2
nixpkgs-e28d3142a5ab897424bbae8798bde690614ed613.tar.lz
nixpkgs-e28d3142a5ab897424bbae8798bde690614ed613.tar.xz
nixpkgs-e28d3142a5ab897424bbae8798bde690614ed613.tar.zst
nixpkgs-e28d3142a5ab897424bbae8798bde690614ed613.zip
terraform_0_12: init at 0.12.0-alpha2
Diffstat (limited to 'pkgs/applications/networking/cluster')
-rw-r--r--pkgs/applications/networking/cluster/terraform/default.nix7
1 files changed, 7 insertions, 0 deletions
diff --git a/pkgs/applications/networking/cluster/terraform/default.nix b/pkgs/applications/networking/cluster/terraform/default.nix
index 247df9544f5..8c97186b59a 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