tfenv version manager for Terraform. Run any version of Terraform dynamically in CI/CD
4.3K
https://github.com/tfutils/tfenv
tfenv is a version manager for Terraform
Run any version of Terraform dynamically, downloads the version dynamically.
docker run --rm -ti harisekhon/tfenv <terraform_args>
Pass the environment variable TERRAFORM_VERSION to this docker container to run that version of terraform.
docker run --rm -ti -e TERRAFORM_VERSION=1.2.3 harisekhon/tfenv <terraform_args>
Designed to be a utility for a dynamic CI/CD pipeline to run different versions of Terraform for different environments.
Related Docker images can be found for many Open Source, Big Data and NoSQL technologies on my DockerHub profile. The source for them all can be found in the master Dockerfiles GitHub repo.
Content type
Image
Digest
sha256:912bbd1b4…
Size
12.7 MB
Last updated
20 days ago
docker pull harisekhon/tfenv