-
Notifications
You must be signed in to change notification settings - Fork 455
New issue
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
After successfully installing a version it's not possible to use it ("should be impossible") #387
Comments
The reason that is breaks now seems to be an change in the amazonlinux image. With |
As the older
|
|
As debian works, I will keep it, I think. Maybe it would be good to have a list of programs tfenv depends on or checking them on startup, so no confusing messages like "This should be pretty much impossible" are printed out. If a missing |
This helped me. I accidentally did |
I get the following Error on using tfenv. Can you please take a look into it, why it happens?
The Error:
´´´
Despite successfully installing a version matching '1.2.5:^1.2.5$', a matching version could not be found in '/opt/.tfenv/versions/' - This should be pretty much impossible
´´´
How to reproduce:
docker build . --build-arg TF_VERSION=1.2.5
for example.More of the Terraform Log:
The text was updated successfully, but these errors were encountered: