CiscoDevNet / terraform-provider-aci

Terraform Cisco ACI provider
https://registry.terraform.io/providers/CiscoDevNet/aci/latest/docs
Mozilla Public License 2.0
88 stars 101 forks source link

data source aci_leaf_access_port_policy_group should include childs (DCNE-209) #1291

Open bardahlm opened 3 days ago

bardahlm commented 3 days ago

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

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
}

References

akinross commented 3 days ago

Hi @bardahlm

I see that all relationships are not part of the datasource, I have added this to the backlog.