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

Adding support for unidirectional contracts #95

Open robvand opened 4 weeks ago

robvand commented 4 weeks ago

Adding support for unidirectional contracts in the aci_contracts module.

Modified subject attributes to include: apply_both_directions (toggling this knob will force recreation of the subject) reverse_filter_ports (set to false/no if apply_both_directions is false) service_graph_consumer_to_provider service_graph_provider_to_consumer

Modified filter to subject attributes to include: directions (provider_to_consumer, consumer_to_provider)

robvand commented 4 weeks ago

closes #94