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

Create a new resource and a data source for Fallback Route Group #991

Closed
shrsr opened this issue Jan 9, 2023 · 1 comment · Fixed by #1184
Closed

Create a new resource and a data source for Fallback Route Group #991

shrsr opened this issue Jan 9, 2023 · 1 comment · Fixed by #1184

Comments

@shrsr
Copy link
Collaborator

shrsr commented Jan 9, 2023

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-
This option is present under VRF in Tenant

APIC version and APIC Platform

  • all

Terraform Configuration Files

resource "aci_rest_managed" "vrf_fallback_route_group1" {
  dn         = "${aci_vrf.vrf.id}/fbrg-fallback_grp_1"
  class_name = "fvFBRGroup"
  content = {
    name = "fallback_grp_1"
  }
  child {
    rn         = "pfx-[10.1.1.2/24]"
    class_name = "fvFBRoute"
    content = {
      fbrPrefix = "10.1.1.2/24"
    }
  }
  child {
    rn         = "nexthop-[10.1.1.3]"
    class_name = "fvFBRMember"
    content = {
      rnhAddr = "10.1.1.3"
    }
  }
}
@sajagana
Copy link
Collaborator

Created a new issue to track the fvFBRoute functionality: #1185

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

Successfully merging a pull request may close this issue.

2 participants