forked from netascode/terraform-sdwan-nac-sdwan
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.terraform-docs.yml
48 lines (29 loc) · 861 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
version: ">= 0.14.0"
formatter: markdown table
content: |-
# Terraform Network-as-Code Cisco SD-WAN Module
A Terraform module to configure Cisco SD-WAN.
## Usage
This module supports an inventory driven approach, where a complete SD-WAN configuration or parts of it are either modeled in one or more YAML files or natively using Terraform variables.
## Examples
Configuring a Banner Feature Template using YAML:
#### `banner_feature_template.yaml`
```yaml
{{ include "./examples/banner_feature_template/banner_feature_template.yaml" }}
```
#### `main.tf`
```hcl
{{ include "./examples/banner_feature_template/main.tf" }}
```
{{ .Requirements }}
{{ .Inputs }}
{{ .Outputs }}
{{ .Providers }}
{{ .Resources }}
{{ .Modules }}
output:
file: README.md
mode: replace
sort:
enabled: true
by: required