Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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
```