We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c32e38 commit 34abdc9Copy full SHA for 34abdc9
.terraform-docs.yaml
@@ -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
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