Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/mineiros-io/terradoc

Terradoc is a lean helper tool that creates human readable documentation from HCL syntax.
https://github.com/mineiros-io/terradoc

iac mineiros terraform terraform-modules

Last synced: 28 days ago
JSON representation

Terradoc is a lean helper tool that creates human readable documentation from HCL syntax.

Awesome Lists containing this project

README

        

# Table of Contents

- [terradoc](#terradoc)
- [Installing](#installing)
- [Go/Git configuration for private Repositories](#gogit-configuration-for-private-repositories)

# terradoc

Terradoc is a lean helper tool that creates human readable documentation from
HCL syntax.

## Installing

To install **terradoc** using Go just run:

```
go install github.com/mineiros-io/terradoc/cmd/terradoc@
```

Where **** is any terradoc [version tag](https://github.com/mineiros-io/terradock/tags),
or if you are feeling adventurous you can just install **latest**:

```
go install github.com/mineiros-io/terradoc/cmd/terradoc@latest
```

We put great effort into keeping the main branch stable, so it should be safe
to use **latest** to play around, but not recommended for long term automation
since you won't get the same build result each time you run the install command.