Added the tfenv

This commit is contained in:
Marcin Woźniak 2023-04-07 16:05:32 +02:00
parent bd2f4b20a9
commit 687a4a0f3e
Signed by: y0rune
GPG Key ID: F204C385F57EB348

View File

@ -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