Skip to content

juchowan/terraform-aci-nac-fabric-policies

 
 

Repository files navigation

Tests

Terraform ACI Fabric Policies Module

A Terraform module to configure ACI Fabric Policies.

This module is part of the Cisco Nexus as Code 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

Name Version
terraform >= 1.3.0
aci >= 2.0.0

Inputs

Name Description Type Default Required
model Model data. any n/a yes

Outputs

No outputs.

Releases

No releases published

Packages

No packages published

Languages

  • HCL 100.0%