From edd0d06b93ab2adb7102665595ca27705793afc1 Mon Sep 17 00:00:00 2001 From: Nahum Shalman Date: Wed, 24 Mar 2021 13:52:16 +0000 Subject: [PATCH] Update Terraform to 0.14 in shell.nix Signed-off-by: Nahum Shalman --- shell.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shell.nix b/shell.nix index 060ffe2..b268cb4 100644 --- a/shell.nix +++ b/shell.nix @@ -14,5 +14,5 @@ in with pkgs; mkShell { - buildInputs = [ go nodePackages.prettier shellcheck shfmt terraform gpgme packer vagrant ]; + buildInputs = [ go nodePackages.prettier shellcheck shfmt terraform_0_14 gpgme packer vagrant ]; }