Skip to content

Commit

Permalink
feat: rename tfenv to tofuenv
Browse files Browse the repository at this point in the history
  • Loading branch information
kvendingoldo committed Dec 26, 2023
1 parent f9e302f commit 9e12a2e
Show file tree
Hide file tree
Showing 10 changed files with 159 additions and 158 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ bin/terraform-*
/use-gnupg
/use-gpgv
.*.swp
.idea
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ RUN wget -O /tmp/tfenv.tar.gz "https://github.com/tfutils/tfenv/archive/refs/tag
&& mv "/tmp/tfenv-${TFENV_VERSION}/LICENSE" /usr/local/share/licenses/tfenv \
&& rm -rf /tmp/tfenv* \
;
ENV TFENV_ROOT /usr/local/lib/tfenv
ENV TOFUENV_ROOT /usr/local/lib/tfenv

ENV TFENV_CONFIG_DIR /var/tfenv
VOLUME /var/tfenv
Expand Down
Loading

0 comments on commit 9e12a2e

Please sign in to comment.