terraform: set default version to 0.11 (#32652)

This commit is contained in:
Hoàng Xuân Phú 2017-12-14 22:04:42 +08:00 committed by zimbatm
parent 3f3e548312
commit d481f9aea1

View file

@ -19688,7 +19688,7 @@ with pkgs;
# convenience if someone doesn't want to have to think about which plugins to use.
terraform_0_10-full = terraform_0_10.withPlugins lib.attrValues;
terraform = terraform_0_9;
terraform = terraform_0_11;
terraform-inventory = callPackage ../applications/networking/cluster/terraform-inventory {};