From e8b88649123ef0fcfe41a6d7fa00b84a8e50ecd6 Mon Sep 17 00:00:00 2001 From: Dan Peebles Date: Thu, 31 Aug 2017 12:09:56 -0400 Subject: [PATCH] terraform: build all known 0.10 plugins in Hydra --- pkgs/top-level/all-packages.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix index 5ba13b013c1..890d69d4f0b 100644 --- a/pkgs/top-level/all-packages.nix +++ b/pkgs/top-level/all-packages.nix @@ -19013,6 +19013,10 @@ with pkgs; terraform_0_10 ; + # Terraform with all the plugins, both to get Hydra to build all plugins for us and for + # convenience if someone doesn't want to have to think about which plugins to use. + terraform_0_10-full = terraform_0_10.withPlugins lib.attrValues; + terraform = terraform_0_9; terraform-inventory = callPackage ../applications/networking/cluster/terraform-inventory {};