terraform: delete old versions

This commit is contained in:
zimbatm 2018-11-19 22:03:10 +01:00
parent d979b8bec1
commit a4195b20e6
No known key found for this signature in database
GPG key ID: 71BAF6D40C1D63D7
2 changed files with 0 additions and 31 deletions

View file

@ -86,32 +86,6 @@ let
plugins = removeAttrs terraform-providers ["override" "overrideDerivation" "recurseForDerivations"];
in rec {
terraform_0_8_5 = generic {
version = "0.8.5";
sha256 = "1cxwv3652fpsbm2zk1akw356cd7w7vhny1623ighgbz9ha8gvg09";
};
terraform_0_8 = generic {
version = "0.8.8";
sha256 = "0ibgpcpvz0bmn3cw60nzsabsrxrbmmym1hv7fx6zmjxiwd68w5gb";
};
terraform_0_9 = generic {
version = "0.9.11";
sha256 = "045zcpd4g9c52ynhgh3213p422ahds63mzhmd2iwcmj88g8i1w6x";
# checks are failing again
doCheck = false;
};
terraform_0_10 = pluggable (generic {
version = "0.10.8";
sha256 = "11hhij0hq99xhwlg5dx5nv7y074x79wkr8hr3wc6ln0kwdk5scdf";
patches = [ ./provider-path.patch ];
passthru = { inherit plugins; };
});
terraform_0_10-full = terraform_0_10.withPlugins lib.attrValues;
terraform_0_11 = pluggable (generic {
version = "0.11.10";
sha256 = "08mapla89g106bvqr41zfd7l4ki55by6207qlxq9caiha54nx4nb";

View file

@ -22586,11 +22586,6 @@ with pkgs;
sqsh = callPackage ../development/tools/sqsh { };
inherit (callPackage ../applications/networking/cluster/terraform {})
terraform_0_8_5
terraform_0_8
terraform_0_9
terraform_0_10
terraform_0_10-full
terraform_0_11
terraform_0_11-full
terraform_plugins_test