Skip to content

Conversation

@jmmarquezg
Copy link
Contributor

@jmmarquezg jmmarquezg commented Dec 6, 2025

Description

This pull request introduces introduces support for the Static AAEP configuration directly from the EPG:

-Pre-Existing Files:
aci_tenants.tf
defaults/defaults.yaml
modules/terraform-aci-endpoint-group/README.md
modules/terraform-aci-endpoint-group/main.tf
modules/terraform-aci-endpoint-group/variables.tf

-Motivation

ACI release 6.1(3) introduces support to configuring AAEP association directly from the EPG. This PR contains the code to support this.

Related Issues

Issue https://wwwin-github.cisco.com/netascode/nac-aci/issues/648 in the ACI as Code Planning backlog

This PR is also related to #279 . This is the original PR.

The original PR was using aaep as attribute and might cause confusion, this was change to "name" to aso keep consistency with internal code.

aci_tenants.tf Outdated
additional_ips = try(se.additional_ips, [])
}]
static_aaeps = [for sa in try(epg.static_aaeps, []) : {
name = try(sa.name, null)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this should use name combined with name_suffix

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants