forked from mirrors/nixpkgs
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:
parent
a038866c97
commit
dc50dcf9c8
|
@ -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 {};
|
||||
|
||||
|
|
Loading…
Reference in a new issue