-
Notifications
You must be signed in to change notification settings - Fork 32
Closed
Labels
enhancementNew feature or requestNew feature or requestjira-syncSync this issue to JiraSync this issue to Jira
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
mso_schema_site_external_epg resource currently has an optional attribute l3out_name, which can assign l3out in a site specific setting of external EPG. That l3out has to be created in the same template as external EPG.
It should be possible to configure also l3outs:
- created in different template
- created locally on APIC only.
New or Affected Resource(s) + MSO Class(es):
mso_schema_site_external_epg
MSO version
- V 4.2, 4.3
APIC version and APIC Platform for Site level Resources
- V 5.2.x, 6.x
Potential Terraform Configuration
resource "mso_schema_site_external_epg" "external_epg_1" {
schema_id = data.mso_schema.schema1.id
template_name = "Template1"
site_id = data.mso_site.site1.id
external_epg_name = "external_epg_1"
l3out_name = "l3out1"
l3out_template = "Template2"
}References
- #0000
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestjira-syncSync this issue to JiraSync this issue to Jira