tfutils / tfenv

Terraform version manager
MIT License
4.43k stars 450 forks source link

Cannot install version 0.13.06 #334

Closed JPaivFiare closed 2 years ago

JPaivFiare commented 2 years ago

Running on System Version: macOS 12.3 (21E230) and Kernel Version: Darwin 21.4.0

Tried to install terraform version 0.13.6 with following command:tfenv install 0.13.6

I got this error message:

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

is there anything I can do?

koshkin-ccna commented 2 years ago

Same issue, releases for arm based darwin are actually missing on the hashicorp website.

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

Tarball download failed
❯ tfenv install 0.11.12
Installing Terraform v0.11.12
Downloading release tarball from https://releases.hashicorp.com/terraform/0.11.12/terraform_0.11.12_darwin_arm64.zip
curl: (22) The requested URL returned error: 404

Tarball download failed
koshkin-ccna commented 2 years ago

TFENV_ARCH=amd64 tfenv install 0.13.06