An open API service indexing awesome lists of open source software.

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

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.