Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 936 Bytes

README.md

File metadata and controls

33 lines (22 loc) · 936 Bytes

Table of Contents

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@<version>

Where is any terradoc version tag, 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.