Skip to content

Commit

Permalink
Use tfenv to supply Terraform
Browse files Browse the repository at this point in the history
  • Loading branch information
speshak committed Oct 30, 2024
1 parent 2cf1c46 commit daa9a23
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions dot_zsh.d/tfenv/config.zsh
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#!/usr/bin/env zsh
TFENV_DIR=/usr/local/Cellar/tfenv/3.0.0/bin

if [ -d $TFENV_DIR ]
then
export PATH=$TFENV_DIR:$PATH
fi
2 changes: 1 addition & 1 deletion run_once_install-packages.sh.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ brew install \
shellcheck \
spaceman-diff \
ssh-copy-id \
terraform \
tfenv \
tig \
tmux \
trash \
Expand Down

0 comments on commit daa9a23

Please sign in to comment.