Update Terraform to 0.14 in shell.nix

Signed-off-by: Nahum Shalman <nshalman@equinix.com>
This commit is contained in:
Nahum Shalman 2021-03-24 13:52:16 +00:00
parent cfb1781a69
commit edd0d06b93

View File

@ -14,5 +14,5 @@ in
with pkgs; with pkgs;
mkShell { mkShell {
buildInputs = [ go nodePackages.prettier shellcheck shfmt terraform gpgme packer vagrant ]; buildInputs = [ go nodePackages.prettier shellcheck shfmt terraform_0_14 gpgme packer vagrant ];
} }