Skip to content
New issue

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

Use asdf to install #66

Open
nitrocode opened this issue Jul 29, 2022 · 0 comments
Open

Use asdf to install #66

nitrocode opened this issue Jul 29, 2022 · 0 comments

Comments

@nitrocode
Copy link
Owner

nitrocode commented Jul 29, 2022

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant