Open sunf1re opened 2 months ago
Have you tried setting TFENV_ARCH=amd64
before you run tfenv?
This isnt due to the local installed version of tfenv. The actual tarball is missing from the tfenv remote repo hosted on their end. Even just a simple wget to that url shows a 404.
wget https://releases.hashicorp.com/terraform/0.11.15/terraform_0.11.15_darwin_arm64.zip --2024-08-12 09:04:54-- https://releases.hashicorp.com/terraform/0.11.15/terraform_0.11.15_darwin_arm64.zip Resolving releases.hashicorp.com (releases.hashicorp.com)... 18.160.225.45, 18.160.225.31, 18.160.225.53, ... Connecting to releases.hashicorp.com (releases.hashicorp.com)|18.160.225.45|:443... connected. HTTP request sent, awaiting response... 404 Not Found 2024-08-12 09:04:55 ERROR 404: Not Found.
This version is also listed in the remote repo
`tfenv list-remote | grep 0.11.15
0.11.15 0.11.15-oci`
I have verified 0.11.15 is listed in the remote repo when running tfenv list-remote and the surrounding version all seem to be available but the below is missing. Thank you!
Installing Terraform v0.11.15 Downloading release tarball from https://releases.hashicorp.com/terraform/0.11.15/terraform_0.11.15_darwin_arm64.zip
=#=- # # #=O#- # # curl: (22) The requested URL returned error: 404
Tarball download failed