Skip to content

Commit

Permalink
terraform: add 0.11
Browse files Browse the repository at this point in the history
  • Loading branch information
mbode committed Nov 22, 2017
1 parent b5fd118 commit 083a0b8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
7 changes: 7 additions & 0 deletions pkgs/applications/networking/cluster/terraform/default.nix
Expand Up @@ -96,4 +96,11 @@ in {
patches = [ ./provider-path.patch ];
passthru = { inherit plugins; };
});

terraform_0_11 = pluggable (generic {
version = "0.11.0";
sha256 = "0qsydg6bn7k6d68pd1y4j5iys9i66c690yq21axcpnjfibxgqyff";
patches = [ ./provider-path.patch ];
passthru = { inherit plugins; };
});
}
1 change: 1 addition & 0 deletions pkgs/top-level/all-packages.nix
Expand Up @@ -19561,6 +19561,7 @@ with pkgs;
terraform_0_8
terraform_0_9
terraform_0_10
terraform_0_11
;

# Terraform with all the plugins, both to get Hydra to build all plugins for us and for
Expand Down

0 comments on commit 083a0b8

Please sign in to comment.