From 1ea4fad2ed863ca94810ca802727fea8a4eecfe0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcin=20Wo=C5=BAniak?= Date: Sat, 17 Jun 2023 17:10:25 +0200 Subject: [PATCH] Added tfenv installer --- .local/bin/Update-pkg | 1 + 1 file changed, 1 insertion(+) diff --git a/.local/bin/Update-pkg b/.local/bin/Update-pkg index c08b50f..02c8761 100755 --- a/.local/bin/Update-pkg +++ b/.local/bin/Update-pkg @@ -69,6 +69,7 @@ function install_terraform() { if [[ "$(uname)" == "Darwin" ]]; then brew install tflint -q brew install tfenv -q + TFENV_ARCH=amd64 tfenv install latest else curl -s https://raw.githubusercontent.com/terraform-linters/tflint/master/install_linux.sh | bash fi