File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ # This is a Terraform-managed file; manual changes will be overwritten.
2+ # see https://github.com/workloads/github-organization/blob/main/templates/.terraform-docs.yml
3+
4+ ---
5+
6+ # see https://terraform-docs.io/user-guide/configuration/formatter/
7+ formatter : " markdown table"
8+
9+ # see https://terraform-docs.io/user-guide/configuration/output/
10+ output :
11+ file : " README.md"
12+ mode : inject
13+ template : |-
14+ <!-- BEGIN_TF_DOCS -->
15+ {{ .Content }}
16+ <!-- END_TF_DOCS -->
17+
18+ # see https://terraform-docs.io/user-guide/configuration/settings/
19+ settings :
20+ anchor : false
21+ color : true
22+ default : false
23+ escape : false
24+ indent : 3
25+ required : true
26+ sensitive : true
27+ type : true
28+
29+ # see https://terraform-docs.io/user-guide/configuration/sort/
30+ sort :
31+ enabled : true
32+ by : required
33+
34+ # see https://terraform-docs.io/user-guide/configuration/sections/
35+ sections :
36+ show :
37+ - inputs
38+ - outputs
39+
40+ # see https://terraform-docs.io/user-guide/configuration/version/
41+ version : " >= 0.17.0, < 1.0.0"
You can’t perform that action at this time.
0 commit comments