Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
Please do not leave "+1" or other comments that do not add relevant new information or questions, they generate extra noise for issue followers and do not help prioritize the request
If you are interested in working on this issue or have submitted a pull request, please leave a comment
Description
I need to find out which AAEP that is assigned to a interface policy group.
New or Affected Resource(s) + ACI Class(es):
aci_leaf_access_port_policy_group + infraRsAttEntP and possible other childs
APIC version and APIC Platform
V x.x.x and on-prem/cloud-aws/cloud-azure/all.
Potential Terraform Configuration
data "aci_leaf_access_port_policy_group" "access_port_policy" {
name = "SingleAttach-STP_FilterGuard"
}
output "aep" {
value = data.aci_leaf_access_port_policy_group.access_port_policy.relation_infra_rs_att_ent_p
}
Community Note
Description
I need to find out which AAEP that is assigned to a interface policy group.
New or Affected Resource(s) + ACI Class(es):
APIC version and APIC Platform
Potential Terraform Configuration
References
0000