tfenv icon indicating copy to clipboard operation
tfenv copied to clipboard

Terraform version manager

Results 101 tfenv issues
Sort by recently updated
recently updated
newest added

``Hi there Currently trying to get tfenv working within a docker image but seem to have hit the problem below. Even though versions have been installed previously as part of...

notabug

``` $tmpdir="$(mktemp -d)" $echo 1.2.3 > "$tmpdir/.terraform-version" $terraform -chdir="$tmpdir" init ``` Fails with: > cat: /home/ojf/code/tfenv/version: No such file or directory > Version could not be resolved (set by /home/ojf/code/tfenv/version...

I have now tried the `min-required` feature that recently shipped with #335 (after testing the one in #305). It does not seem to work for the use case I described...

while trying to download the tfenv by ansible playbook, getting the below error. Could you please help me out @Zordrak ` amazon-ebs: fatal: [127.0.0.1]: FAILED! => {"changed": false, "cmd": "/bin/git...

Fixes #350. I've changed the order of the `uname -s` and `uname -m` steps in order to make this work. As such, I've created a new variable, `kernel`, that is...

The intent of #287 was to allow users on `arm64` architectures to download `amd64` binaries if there was no `arm64` binary available. However, it was mostly tested against Linux, which...

Bashlog is slow and intensive and not always wanted. When in an interactive shell, load it by default. When in a non-interactive shell, do not load it by default. Add...

enhancement

have a strange bug where `tfenv` fails from within `cdktf`, but does not fail when `TFENV_DEBUG=3` is set not sure how to debug or determine what's wrong ``` $ cdktf...

Using syntax: # this whole line is a comment 1.2.3 # this is also a comment but not inline comments. Closes #283