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 was setting up existing repo with .terraform-version file of the project that I've just pulled and there is a issue that I was facing:
.terraform-version
data-infra $ terraform -v /opt/homebrew/Cellar/tfenv/3.0.0/lib/tfenv-version-name.sh: line 75: requested: unbound variable
The root cause of the issue is that the .terraform-version had the following content (WITH new line in the end of the file):
latest:^1.7
The issue fix probably should be located here: https://github.com/tfutils/tfenv/blob/v3.0.0/libexec/tfenv-resolve-version#L132
The text was updated successfully, but these errors were encountered:
Got the same issue. Is this still maintained?
Sorry, something went wrong.
@julian-alarcon try to switch to https://github.com/tofuutils/tenv, we have covered this issue
No branches or pull requests
I was setting up existing repo with
.terraform-version
file of the project that I've just pulled and there is a issue that I was facing:The root cause of the issue is that the
.terraform-version
had the following content (WITH new line in the end of the file):The issue fix probably should be located here: https://github.com/tfutils/tfenv/blob/v3.0.0/libexec/tfenv-resolve-version#L132
The text was updated successfully, but these errors were encountered: