Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/terraform-cisco-modules/terraform-aci-aaep-to-epgs
Terraform - ACI > AAEP to EPG Module
https://github.com/terraform-cisco-modules/terraform-aci-aaep-to-epgs
aci cisco cisco-aci cisco-aci-fabrics terraform terraform-module terraform-modules
Last synced: 28 days ago
JSON representation
Terraform - ACI > AAEP to EPG Module
- Host: GitHub
- URL: https://github.com/terraform-cisco-modules/terraform-aci-aaep-to-epgs
- Owner: terraform-cisco-modules
- License: gpl-3.0
- Created: 2023-06-17T19:20:10.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-05-03T14:42:25.000Z (9 months ago)
- Last Synced: 2024-11-02T22:42:14.311Z (3 months ago)
- Topics: aci, cisco, cisco-aci, cisco-aci-fabrics, terraform, terraform-module, terraform-modules
- Language: HCL
- Homepage:
- Size: 35.2 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
[![License: GPL v3](https://img.shields.io/badge/License-GPLv3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0)
[![Developed by: Cisco](https://img.shields.io/badge/Developed%20by-Cisco-blue)](https://developer.cisco.com)# Terraform ACI - AAEP to EPGs Module
A Terraform module to configure ACI Tenant Policies.
### NOTE: THIS MODULE IS DESIGNED TO BE CONSUMED USING "EASY ACI"
### A comprehensive example using this module is available below:
## [Easy ACI](https://github.com/terraform-cisco-modules/easy-aci)
## Requirements
| Name | Version |
|------|---------|
| [terraform](#requirement\_terraform) | >= 1.3.0 |
| [aci](#requirement\_aci) | >=2.13.0 |
## Providers| Name | Version |
|------|---------|
| [aci](#provider\_aci) | >=2.13.0 |
## Inputs| Name | Description | Type | Default | Required |
|------|-------------|------|---------|:--------:|
| [model](#input\_model) | Model data. | `any` | n/a | yes |
| [tenant](#input\_tenant) | Name of the Tenant. | `any` | n/a | yes |
## Outputs| Name | Description |
|------|-------------|
| [aaep\_to\_epgs](#output\_aaep\_to\_epgs) | Map of AAEP to EPG Settings. |
## Resources| Name | Type |
|------|------|
| [aci_epgs_using_function.epg_to_aaeps](https://registry.terraform.io/providers/CiscoDevNet/aci/latest/docs/resources/epgs_using_function) | resource |