terraform: 0.9.11 -> 0.10.0

This commit is contained in:
zimbatm 2017-08-03 11:05:21 +01:00
parent cd3d852943
commit a1c953dfc7
2 changed files with 9 additions and 2 deletions

View File

@ -54,4 +54,9 @@ in {
# checks are failing again
doCheck = false;
};
terraform_0_10_0 = generic {
version = "0.10.0";
sha256 = "1z6pmyfh4z5w8k2j46ancc0m9lsiq6d0m56nxj1kawb3n5q9dgds";
};
}

View File

@ -18918,11 +18918,13 @@ with pkgs;
inherit (callPackage ../applications/networking/cluster/terraform {})
terraform_0_8_5
terraform_0_8_8
terraform_0_9_11;
terraform_0_9_11
terraform_0_10_0;
terraform_0_8 = terraform_0_8_8;
terraform_0_9 = terraform_0_9_11;
terraform = terraform_0_9;
terraform_0_10 = terraform_0_10_0;
terraform = terraform_0_10;
terraform-inventory = callPackage ../applications/networking/cluster/terraform-inventory {};