feat: Add support for .terraform-docs.yml config file (#272)

* Add support for .terraform-docs.yml config file

* add config reader

* add usage documentation and reference guide

* typo

* update docs
This commit is contained in:
Khosrow Moossavi
2020-07-13 22:06:30 -04:00
committed by GitHub
parent 04375a6c6a
commit fd97ec5930
28 changed files with 1039 additions and 91 deletions

View File

@@ -0,0 +1,15 @@
formatter: markdown table
header-from: doc.txt
sections:
hide-all: true
show:
- header
- inputs
- providers
sort:
enabled: true
by:
- required
settings:
indent: 4
escape: false