-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Co-authored-by: jsterner30 <[email protected]> Co-authored-by: Caleb Hill <[email protected]> Co-authored-by: chill389cc <[email protected]> Co-authored-by: Jaden Sterner <[email protected]> Co-authored-by: jsterner30 <[email protected]> Co-authored-by: Chloe Hilton <[email protected]> Co-authored-by: tab518 <[email protected]> Co-authored-by: jvisker <[email protected]> Co-authored-by: chlohilt <[email protected]>
- Loading branch information
1 parent
889c723
commit 8799abb
Showing
37 changed files
with
1,048 additions
and
444 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,11 @@ | ||
# TFVM - Terraform Version Manager | ||
*A NodeJS-based CLI tool to manage terraform versions without needing admin access.* | ||
*A NodeJS-based CLI tool to manage terraform and opentofu versions without needing admin access.* | ||
|
||
This tool exists despite the existence of [tfswitch](https://tfswitch.warrensbox.com/) and similar tools because we | ||
needed a tool for managing Terraform versions on Windows that worked without needing | ||
Administrator-level access. For convenience, we are working on making this tool work | ||
for Mac and Linux as well so that our trainings and documentation can expect the user | ||
to use this tool instead of one of the many different tools that are available. | ||
needed a tool for managing Terraform and OpenTofu versions on Windows that worked without needing | ||
Administrator-level access. For convenience, we have also made this tool work | ||
for Mac and Linux (though more testing with Linux would be greatly appreciated, as we've only tried it with WSL) as well | ||
so that our trainings and documentation can expect the user to use this tool instead of one of the | ||
many different tools that are available. | ||
|
||
***See [the cli package README.md file](./packages/cli/README.md) for installation, usage, and troubleshooting information:*** | ||
## See [the cli package README.md file](./packages/cli/README.md) for installation, usage, and troubleshooting information. |
Oops, something went wrong.