We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I'm trying to use tfenv but it can't install any version of terraform.
$ brew install tfenv $ tfenv list-remote | head 1.4.0-rc1 1.4.0-beta2 1.4.0-beta1 1.4.0-alpha20221207 1.4.0-alpha20221109 1.3.9 1.3.8 1.3.7 1.3.6 1.3.5 $ tfenv install 1.3.9 No versions matching '1.3.9' found in remote $ tfenv install latest No versions matching 'latest' found in remote $ tfenv install v1.3.9 No versions matching 'v1.3.9' found in remote
I'm not sure why it complains about not finding the version in remote. They are present when I call list-remote
list-remote
The text was updated successfully, but these errors were encountered:
What version of tfenv have you got installed? tfenv --version
tfenv --version
Sorry, something went wrong.
$ tfenv --version tfenv 3.0.0
Any other information? OS, architecture? The more information the better, really :)
I'm on macos, on an m1 macbook pro
ProductName: macOS ProductVersion: 13.2.1 BuildVersion: 22D68
I had previously installed terraform using brew, maybe it has left it in bad state. I ended up downloading the version I wanted to use manually.
No branches or pull requests
I'm trying to use tfenv but it can't install any version of terraform.
I'm not sure why it complains about not finding the version in remote. They are present when I call
list-remote
The text was updated successfully, but these errors were encountered: