Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
bardahlm opened this issue Oct 16, 2024 · 1 comment
Labels
enhancement jira-sync Sync this issue to Jira

Comments

@bardahlm
Copy link

Community Note

  • 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
}

References

  • #0000
@akinross akinross added the jira-sync Sync this issue to Jira label Oct 16, 2024
@github-actions github-actions bot changed the title data source aci_leaf_access_port_policy_group should include childs data source aci_leaf_access_port_policy_group should include childs (DCNE-209) Oct 16, 2024
@akinross
Copy link
Collaborator

Hi @bardahlm

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement jira-sync Sync this issue to Jira
Projects
None yet
Development

No branches or pull requests

2 participants