Skip to content

Commit 74d8ac0

Browse files
committed
Terraform-managed update. See @workloads/github-files for details.
1 parent 9de5efe commit 74d8ac0

1 file changed

Lines changed: 41 additions & 0 deletions

File tree

.terraform-docs.yml

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
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"

0 commit comments

Comments
 (0)