Added tfenv installer

This commit is contained in:
Marcin Woźniak 2023-06-17 17:10:25 +02:00
parent f94560519d
commit 6ad37bbc1d
Signed by: y0rune
GPG Key ID: F204C385F57EB348

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