From d481f9aea1254e65f539e5b428075aa02152e97e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ho=C3=A0ng=20Xu=C3=A2n=20Ph=C3=BA?= Date: Thu, 14 Dec 2017 22:04:42 +0800 Subject: [PATCH] terraform: set default version to 0.11 (#32652) --- pkgs/top-level/all-packages.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix index 7f270d6afb5..6e432a5d105 100644 --- a/pkgs/top-level/all-packages.nix +++ b/pkgs/top-level/all-packages.nix @@ -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 {};