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
19 stars 24 forks source link

Issue #138 Add EPG contract masters #8

Closed marehler closed 11 months ago

marehler commented 1 year ago

I'm not sure why 'terraform test' fails. Could you please advise?

danischm commented 11 months ago

The epg module version is pinned in the nac-aci module, which is why even if the epg module is updated in the meantime it is not being picked up here and therefore the test fails. We first need to release a new version of the epg module and then update the nac-aci module to use the newly released version.