We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Prereq
brew install asdf
Install
asdf plugin add terraform asdf install terraform latest asdf plugin add go asdf install go latest asdf plugin add ruby asdf install ruby latest asdf plugin add python asdf install python latest
Install command for older versions of terraform that do not support arm
ASDF_HASHICORP_OVERWRITE_ARCH_TERRAFORM=amd64 asdf install terraform 0.12.19
In tfenv, older versions on arm can be downloaded using
TFENV_ARCH=amd64 tfenv install 0.12.19
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Prereq
Install
Install command for older versions of terraform that do not support arm
In tfenv, older versions on arm can be downloaded using
The text was updated successfully, but these errors were encountered: