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

Error while installing terraform version #407

Open
ashraf133 opened this issue Aug 21, 2023 · 3 comments
Open

Error while installing terraform version #407

ashraf133 opened this issue Aug 21, 2023 · 3 comments

Comments

@ashraf133
Copy link

tfenv install 0.13.5
Installing Terraform v0.13.5
Downloading release tarball from https://releases.hashicorp.com/terraform/0.13.5/terraform_0.13.5_darwin_arm64.zip
curl: (22) The requested URL returned error: 404

Tarball download failed

PS : Apple M1 Pro

@bradseefeld
Copy link

Seeing the same but I think its because its an older version without arm support? I was able to work around by running TFENV_ARCH=amd64 tfenv install 0.13.5

@bradseefeld
Copy link

However, an arm version seems to exist, so Im not sure why specifying amd64 works.

https://releases.hashicorp.com/terraform/0.13.5/

@bryanhiestand
Copy link
Contributor

0.13.5 only had ARM versions for freebsd and Windows. I think you're hitting the issue addressed in #403

If you pull the latest libexec/tfenv-install from master or the change from my PR, tfenv should work as expected.

Hopefully the maintainer will be able to cut a new release soon so homebrew can upgrade it for you.

You can also just upgrade from git

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

3 participants