Merge pull request #26915 from diegs/terraform

terraform: 0.9.6 -> 0.9.9.
This commit is contained in:
Tim Steinbach 2017-06-28 22:39:18 -04:00 committed by GitHub
commit db17c508ef
2 changed files with 9 additions and 2 deletions

View File

@ -63,4 +63,10 @@ in {
sha256 = "1f6z1zkklzpqgc7akgdz1g306ccmhni5lmg7i6g762n3qai60bnv";
doCheck = true;
};
terraform_0_9_9 = generic {
version = "0.9.9";
sha256 = "1pa9dd87dcjnn7fm1qn63da5qx87l7xjqlwiczrswcjfbismvl1p";
doCheck = true;
};
}

View File

@ -18668,10 +18668,11 @@ with pkgs;
terraform_0_8_5
terraform_0_8_8
terraform_0_9_4
terraform_0_9_6;
terraform_0_9_6
terraform_0_9_9;
terraform_0_8 = terraform_0_8_8;
terraform_0_9 = terraform_0_9_6;
terraform_0_9 = terraform_0_9_9;
terraform = terraform_0_9;
terraform-inventory = callPackage ../applications/networking/cluster/terraform-inventory {};