Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rangertaha/tfmod
A private terraform module registry and cli written in Go.
https://github.com/rangertaha/tfmod
Last synced: about 1 month ago
JSON representation
A private terraform module registry and cli written in Go.
- Host: GitHub
- URL: https://github.com/rangertaha/tfmod
- Owner: rangertaha
- License: mit
- Created: 2019-09-11T11:26:43.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-10-20T02:45:49.000Z (about 5 years ago)
- Last Synced: 2024-06-20T19:24:18.798Z (6 months ago)
- Language: Go
- Size: 25.4 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# TFMod
A private terraform module registry and cli written in Go
## Requirements
To contribute or build the binaries you need to install Go and
setup your workstation- [Go](https://golang.org/doc/install)
### Binaries
The following builds and installs **tfmod** into the `$GOPATH/bin`. It also places a copy in the `build` directory
```bash
make build
```### Docker Image
Build a docker image for **tfmod**
```bash
make image
```