-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.terraform-docs.yml
More file actions
41 lines (28 loc) · 805 Bytes
/
Copy path.terraform-docs.yml
File metadata and controls
41 lines (28 loc) · 805 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
41
version: ">= 0.14.0"
formatter: markdown table
content: |-
# Terraform Network-as-Code Cisco Catalyst Center Module
A Terraform module to configure Cisco Catalyst Center.
## Usage
This module supports an inventory driven approach, where a complete Catalyst Center configuration or parts of it are either modeled in one or more YAML files or natively using Terraform variables.
## Examples
Configuring an area under `Design -> Network Hierarchy` using YAML:
#### `area.yaml`
```yaml
{{ include "./examples/site/area.yaml" }}
```
#### `main.tf`
```hcl
{{ include "./examples/site/main.tf" }}
```
{{ .Requirements }}
{{ .Inputs }}
{{ .Outputs }}
{{ .Resources }}
{{ .Modules }}
output:
file: README.md
mode: replace
sort:
enabled: true
by: required