Hi, I also have the same issue with tfenv
❯ tfenv install 0.14.9
Installing Terraform v0.14.9
Downloading release tarball from https://releases.hashicorp.com/terraform/0.14.9/terraform_0.14.9_darwin_arm64.zip
curl: (22) The requested URL returned error: 403
Tarball download failed
When I tried to the official repo"Terraform v0.14.9 Binaries | HashiCorp Releases"
the url for 0.14.9 darwin URL is actually “https://releases.hashicorp.com/terraform/0.14.9/terraform_0.14.9_darwin_amd64.zip”
the tfenv point to “terraform_0.14.9_darwin_arm64.zip” but the official repo “terraform_0.14.9_darwin_amd64.zip”
I’m using mac M1
❯ tfenv --version
tfenv 2.2.3
I’m using tfenv alternative (tfswitch) to resolve this.