Skip to content

Commit 34abdc9

Browse files
committed
config: adds config file for terraform docs
1 parent 7c32e38 commit 34abdc9

File tree

1 file changed

+34
-0
lines changed

1 file changed

+34
-0
lines changed

.terraform-docs.yaml

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
formatter: "markdown table"
2+
3+
header-from: .header.md
4+
footer-from: ""
5+
6+
recursive:
7+
enabled: true
8+
path: modules
9+
include-main: true
10+
11+
output:
12+
file: "README.md"
13+
mode: replace
14+
template: |-
15+
{{ .Content }}
16+
17+
sort:
18+
enabled: true
19+
by: name
20+
21+
settings:
22+
anchor: true
23+
color: true
24+
default: true
25+
description: false
26+
escape: true
27+
hide-empty: false
28+
html: true
29+
indent: 2
30+
lockfile: true
31+
read-comments: true
32+
required: true
33+
sensitive: true
34+
type: true

0 commit comments

Comments
 (0)