-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.terraform-docs.yml
63 lines (47 loc) · 929 Bytes
/
.terraform-docs.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
formatter: template
sections:
show:
- header
- requirements
- providers
- data-sources
- resources
- modules
- inputs
- outputs
- footer
content: |-
{{ .Header }}
_<-- This file is autogenerated, please do not change. -->_
{{ .Requirements }}
{{ .Providers }}
{{ .Resources }}
{{ .Inputs }}
{{ .Outputs }}
## Examples
Minimal configuration to install the desired resources with the module
```hcl
{{ include "examples/min_main.tf" }}
```
Advanced configuration to install the desired resources with the module
```hcl
{{ include "examples/full_main.tf" }}
```
output:
mode: replace
template: |-
<!-- BEGIN_TF_DOCS -->
{{ .Content }}
<!-- END_TF_DOCS -->
sort:
enabled: true
by: required
settings:
anchor: false
escape: false
hide-empty: true
html: true
indent: 2
read-comments: true
required: true
type: true