tfenv
tfenv copied to clipboard
Terraform version manager
Hey, I'm using the tfenv tool and I love it! However, as I'm often switching between modules/projects which use different versions of Terraform, I'd like if I could do it...
The following shell scripting example can illustrate a problem, which can surprise the unsuspecting user: ```bash ACTUAL_VERSION="$(terraform version -json | jq -r '.terraform_version')" ``` With vanilla terraform the above script...
Even when setting `TFENV_TERRAFORM_VERSION` to `min-required`, we might prefer to fallback on the normal inference method rather than a hard fail. Resolves #353
Was hoping to simply run `tfenv use latest` to get the latest version of Terraform installed, however it keeps the version at `1.3.1`. Sure I can work around this by...
It's my understanding via the docs that if `shasum` is installed tfenv will use it to verify the downloaded SHA hash file. However, this doesn't seem to be the case...
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: ``` data-infra $ terraform -v...
Executing this command **tfenv install** TFENV version: **tfenv 3.0.0-49-g39d8c27** gpgv: Good signature from "HashiCorp Security (hashicorp.com/security) " /home/araju/.tfenv/libexec/tfenv-install: line 297: /home/linuxbrew/.linuxbrew/bin/unzip: **Bad address** **Tarball unzip failed**
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 5 to 6. Release notes Sourced from docker/build-push-action's releases. v6.0.0 Export build record and generate build summary by @crazy-max in docker/build-push-action#1120 Bump @docker/actions-toolkit from 0.24.0 to 0.26.0...
installing latest:^1.1 installed in fact 1.10.0-alpha20240606
I have verified 0.11.15 is listed in the remote repo when running tfenv list-remote and the surrounding version all seem to be available but the below is missing. Thank you!...