mirror of
https://github.com/patrickchugh/terravision.git
synced 2026-05-09 00:09:04 +02:00
[PR #178] [MERGED] feat(tfenv): allow installing a custom Terraform version using tfenv #188
Labels
No labels
bug
enhancement
enhancement
good first issue
good first issue
good first issue
pipeline
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/terravision#188
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/patrickchugh/terravision/pull/178
Author: @FalcoSuessgott
Created: 3/23/2026
Status: ✅ Merged
Merged: 3/29/2026
Merged by: @patrickchugh
Base:
main← Head:tenv📝 Commits (1)
1e30de2feat(tfenv): include tfenv to specifiy TF version📊 Changes
3 files changed (+32 additions, -7 deletions)
View changed files
📝
Dockerfile(+11 -7)📝
README.md(+10 -0)➕
docker-entrypoint.sh(+11 -0)📄 Description
Currently
terravisionhardodes the TF version in its Dockerfile. This makes it difficult to useterravisionwith TF setups that differ from the upstream image versions.This PR adds tfenv to the Dockerfile and invokes
tfenvonly whenTFENV_TERRAFORM_VERSIONhas been specified, which then downloads and installs the specified TF version before invokingterravision:Example: specifying no custom Terraform version:
Example: specifying a custom Terraform version:
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.