https://github.com/netascode/terraform-null-nac-defaults
https://github.com/netascode/terraform-null-nac-defaults
Last synced: 17 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/netascode/terraform-null-nac-defaults
- Owner: netascode
- License: apache-2.0
- Archived: true
- Created: 2023-01-23T13:37:43.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-10T12:03:55.000Z (over 1 year ago)
- Last Synced: 2025-03-21T18:04:18.693Z (2 months ago)
- Language: HCL
- Size: 25.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://github.com/netascode/terraform-null-nac-defaults/actions/workflows/test.yml)
# Terraform ACI Nexus-as-Code Defaults Module
A Terraform module to provide the Nexus-as-Code default values.
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
| Name | Version |
|------|---------|
| [terraform](#requirement\_terraform) | >= 1.0.0 |## Inputs
No inputs.
## Outputs
| Name | Description |
|------|-------------|
| [defaults](#output\_defaults) | Nexus-as-Code default values. |