terraform: keep the 0.9.x series as the default for now

0.9.10 is still missing some testing
This commit is contained in:
zimbatm
2017-08-04 11:12:28 +01:00
parent a038866c97
commit dc50dcf9c8
+1 -1
View File
@@ -18916,7 +18916,7 @@ with pkgs;
terraform_0_8 = terraform_0_8_8;
terraform_0_9 = terraform_0_9_11;
terraform_0_10 = terraform_0_10_0;
terraform = terraform_0_10;
terraform = terraform_0_9;
terraform-inventory = callPackage ../applications/networking/cluster/terraform-inventory {};