netascode / terraform-aci-nac-aci

Terraform Cisco ACI Nexus-as-Code Module
https://registry.terraform.io/modules/netascode/nac-aci/aci
Apache License 2.0
21 stars 25 forks source link

Question: add filter in tenant common to a contract's subject on other tenant #85

Closed micronemo closed 5 months ago

micronemo commented 6 months ago

how can i add a filter present in the tenant common to subject of a contract in a client tenant ?

danischm commented 6 months ago

Filters are referenced by its name, so simply use the filter's name and if it is not existing within the subject's tenant, ACI will try to resolve it via the common tenant.

danischm commented 6 months ago

Did this answer your question?

micronemo commented 5 months ago

yes works