forked from netascode/terraform-aci-nac-fabric-policies
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.terraform-docs.yml
27 lines (16 loc) · 1.24 KB
/
.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
version: '>= 0.14.0'
formatter: markdown table
content: |-
[![Tests](https://github.com/netascode/terraform-aci-nac-fabric-policies/actions/workflows/test.yml/badge.svg)](https://github.com/netascode/terraform-aci-nac-fabric-policies/actions/workflows/test.yml)
# Terraform ACI Fabric Policies Module
A Terraform module to configure ACI Fabric Policies.
This module is part of the Cisco [*Nexus as Code*](https://cisco.com/go/nexusascode) project. Its goal is to allow users to instantiate network fabrics in minutes using an easy to use, opinionated data model. It takes away the complexity of having to deal with references, dependencies or loops. By completely separating data (defining variables) from logic (infrastructure declaration), it allows the user to focus on describing the intended configuration while using a set of maintained and tested Terraform Modules without the need to understand the low-level ACI object model. More information can be found here: https://cisco.com/go/nexusascode.
A comprehensive example using this module is available here: https://github.com/netascode/nac-aci-comprehensive-example
{{ .Requirements }}
{{ .Inputs }}
{{ .Outputs }}
output:
file: README.md
mode: replace
sort:
enabled: false