tfutils / tfenv

Terraform version manager
MIT License
4.48k stars 454 forks source link

docs clarification for arm achitecture #314

Closed jglapa closed 2 years ago

jglapa commented 2 years ago

suggest to use arm64 instead of just arm, otherwise the download fails

% TFENV_ARCH=arm tfenv install 1.1.2
Installing Terraform v1.1.2
Downloading release tarball from https://releases.hashicorp.com/terraform/1.1.2/terraform_1.1.2_darwin_arm.zip
#=#=-  #       #                                                                                                                                                                                                                                               curl: (22) The requested URL returned error: 403

Tarball download failed
% TFENV_ARCH=arm64 tfenv install 1.1.2
Installing Terraform v1.1.2
Downloading release tarball from https://releases.hashicorp.com/terraform/1.1.2/terraform_1.1.2_darwin_arm64.zip
################################################################################# 100.0%
Downloading SHA hash file from https://releases.hashicorp.com/terraform/1.1.2/terraform_1.1.2_SHA256SUMS
No keybase install found, skipping OpenPGP signature verification
Archive:  tfenv_download.2YBlZH/terraform_1.1.2_darwin_arm64.zip
  inflating: /opt/homebrew/Cellar/tfenv/2.2.2/versions/1.1.2/terraform
Installation of terraform v1.1.2 successful. To make this your default version, run 'tfenv use 1.1.2'