Added tfenv installer

This commit is contained in:
Marcin Woźniak 2023-06-17 17:10:25 +02:00
parent cdb5af5bfd
commit 1ea4fad2ed

View File

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