Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update tfenv tool #15

Open
kvendingoldo opened this issue Jun 18, 2024 · 1 comment
Open

Update tfenv tool #15

kvendingoldo opened this issue Jun 18, 2024 · 1 comment

Comments

@kvendingoldo
Copy link

Hi. Great repo! I see that you use tfenv here:

local/.zshrc

Line 101 in d5090ef

if [ ! -d $HOME/.tfenv ] ; then git clone https://github.com/tfutils/tfenv.git $HOME/.tfenv; else git -C $HOME/.tfenv pull ; fi && \

I suggest you to switch to tenv: https://github.com/tofuutils/tenv:

  • it is a successor of tofuenv and tfenv
  • can manage versions of OpenTofu / Terraform / Terragrunt and Atmos
  • does not require any dependencies like jq / bash / etc
@flatherskevin
Copy link
Owner

Oh! This is a great idea 😄

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants