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
17 stars 14 forks source link

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

Closed micronemo closed 1 week ago

micronemo commented 1 month ago

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

danischm commented 1 month 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 1 month ago

Did this answer your question?

micronemo commented 3 weeks ago

yes works