From 687a4a0f3ee49a16634ca124476c473c101bec81 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcin=20Wo=C5=BAniak?= Date: Fri, 7 Apr 2023 16:05:32 +0200 Subject: [PATCH] Added the tfenv --- .config/nvim/installer.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/.config/nvim/installer.sh b/.config/nvim/installer.sh index 85d8290..03c5afa 100755 --- a/.config/nvim/installer.sh +++ b/.config/nvim/installer.sh @@ -62,6 +62,7 @@ function install_terraform() { GO111MODULE=on go install github.com/hashicorp/terraform-ls@latest if [[ "$(uname)" == "Darwin" ]]; then brew install tflint -q + brew install tfenv -q else curl -s https://raw.githubusercontent.com/terraform-linters/tflint/master/install_linux.sh | bash fi