https://github.com/reegnz/terraform-tfenv-package
dpkg and rpm packages for https://github.com/tfutils/tfenv
https://github.com/reegnz/terraform-tfenv-package
deb dpkg rpm terraform tfenv
Last synced: 3 months ago
JSON representation
dpkg and rpm packages for https://github.com/tfutils/tfenv
- Host: GitHub
- URL: https://github.com/reegnz/terraform-tfenv-package
- Owner: reegnz
- Created: 2020-07-14T18:44:09.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-03-24T15:07:13.000Z (over 2 years ago)
- Last Synced: 2025-03-01T00:26:07.786Z (7 months ago)
- Topics: deb, dpkg, rpm, terraform, tfenv
- Language: Makefile
- Homepage:
- Size: 4.88 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# tfenv deb and rpm package builder
To build the packages you will need docker installed.
```sh
make docker_build
```## Notes on usage
Since tfenv is installing terraform versions into /usr/lib/tfenv, it needs
root permissions to install new terraform versions.So installing a new version requires sudo permissions.
Using a new version does not.```sh
sudo tfenv install 0.12.28
```For this to change tfenv needs to be changed so the directory it stores
downloaded versions in is under the users own home directory and not a system
directory.