Added tfenv installer
This commit is contained in:
parent
f94560519d
commit
6ad37bbc1d
@ -69,6 +69,7 @@ function install_terraform() {
|
|||||||
if [[ "$(uname)" == "Darwin" ]]; then
|
if [[ "$(uname)" == "Darwin" ]]; then
|
||||||
brew install tflint -q
|
brew install tflint -q
|
||||||
brew install tfenv -q
|
brew install tfenv -q
|
||||||
|
TFENV_ARCH=amd64 tfenv install latest
|
||||||
else
|
else
|
||||||
curl -s https://raw.githubusercontent.com/terraform-linters/tflint/master/install_linux.sh | bash
|
curl -s https://raw.githubusercontent.com/terraform-linters/tflint/master/install_linux.sh | bash
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user