tfutils / tfenv

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

tfenv install latest:^0.11 fails #141

Closed 4x0v7 closed 4 years ago

4x0v7 commented 4 years ago
$ tfenv --version
tfenv 1.0.1-8-gc3f5d5e
$ tfenv install latest:^0.11
[INFO] Installing Terraform v0.11.15
[INFO] Downloading release tarball from https://releases.hashicorp.com/terraform/0.11.15/terraform_0.11.15_linux_amd64.zip
#=#=-  #       #                                                                                                                                                                                                                                      
curl: (22) The requested URL returned error: 403 
tfenv: tfenv-install: [ERROR] Tarball download failed

Looks similar in spirit to this issue

retornam commented 4 years ago

fixed in https://github.com/tfutils/tfenv/pull/143

Zordrak commented 4 years ago

See #139 and #143

Zordrak commented 4 years ago

Being resolved #145