-
Notifications
You must be signed in to change notification settings - Fork 107
Open
Labels
Description
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
Update application_epg and relation_to_domain to support configuring fvUplinkOrderCont (uplink_order_container)
New or Affected Resource(s) + ACI Class(es):
- aci_application_epg + fv:AEPg
- aci_relation_to_domain + fv:RsDomAtt
APIC version and APIC Platform
- V 4.2.1 and on-prem/cloud-aws/cloud-azure/all.
Potential Terraform Configuration
resource "aci_relation_to_domain" "uplink_container_example_application_epg" {
parent_dn = aci_application_epg.example.id
target_dn = "uni/vmmp-VMware/dom-domain_2"
...
uplink_order_container = {
active = "active_1"
annotation = "annotation_1"
description = "description_1"
name = "name_1"
name_alias = "name_alias_1"
owner_key = "owner_key_1"
owner_tag = "owner_tag_1"
standby = "standby_1"
annotations = [
{
key = "key_0"
value = "value_1"
}
]
tags = [
{
key = "key_0"
value = "value_1"
}
]
}
References
- #0000