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

Currently TFENV_CONFIG_DIR points to a path where you store binaries as well as tfenv conf. This creates a problem if you want to use tfenv to use multiple terraform versions...

documentation

I made a branch and tried to make a PR but I can't find contribution guidelines so I don't think I can push to the remote. All it is is...

There should be parity in behaviour for exact version values when it comes to the version used and picked up in the terraform block when using `min-required` and `latest-allowed`. Problem:...

I'm running tfenv inside an ubuntu docker container, and I'm using `.terraform-version` files in multiple folders to set the terraform version. When running this container in linux or macos, it's...

Installing Terraform v0.12.31 Downloading release tarball from https://releases.hashicorp.com/terraform/0.12.31/terraform_0.12.31_darwin_arm64.zip curl: (22) The requested URL returned error: 404

Unable to do normal installation of tfenv as terraform application manager through JAMF MDM on Mac systems. Not working properly or as expected. Its better, if you can guide here..

help wanted
moreinfo

Hi! First of all, thanks for this nice utility (I use it within my [Bash Magic Enviro](https://github.com/jmnavarrol/bash-magic-enviro) project). I want to ask for the default in case of new use...

Recently installed latest version of terraform, version `v1.4.1` on Mac, using Brew. Then tried installing tfenv using brew, but ran into conflict error w.r.t symlinks removal. ```Error: Cannot install tfenv...

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...

When I have a main.tf: ```hcl terraform { required_version = "0.12.31" backend "s3" {} } # Truncated ``` and a `.terraform-version` with `latest-allowed` I execute this: ``` $ tfenv version-name...