-
-
Notifications
You must be signed in to change notification settings - Fork 34
Expand file tree
/
Copy pathatmos.yaml
More file actions
40 lines (38 loc) · 963 Bytes
/
atmos.yaml
File metadata and controls
40 lines (38 loc) · 963 Bytes
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
docs:
generate:
readme:
base-dir: .
input:
- "./README.yaml"
- get_support: true
template: "../../../scripts/docs-collator/templates/modules/readme.md"
output: "./README.md"
terraform:
source: .
enabled: true
format: "markdown table"
show_providers: false
show_inputs: true
show_outputs: true
sort_by: "name"
hide_empty: false
indent_level: 2
submodule-readme:
base-dir: .
input:
- "./README.yaml"
template: "../../../../../scripts/docs-collator/templates/modules/submodule.readme.yaml.md"
output: "./README.md"
terraform:
source: .
enabled: true
format: "markdown table"
show_providers: false
show_inputs: true
show_outputs: true
sort_by: "name"
hide_empty: false
indent_level: 2
settings:
telemetry:
enabled: false