CiscoDevNet / terraform-provider-aci

Terraform Cisco ACI provider
https://registry.terraform.io/providers/CiscoDevNet/aci/latest/docs
Mozilla Public License 2.0
84 stars 99 forks source link

file modules.yaml in cisco ACI nexus as code #1215

Closed micronemo closed 1 month ago

micronemo commented 1 month ago

Community Note

Terraform Version

APIC version and APIC Platform

Affected Resource(s)

Terraform Configuration Files

I would like to know in which folder I have to put the custom modules.yaml file since it only uses the one inside the .terraform folder which enables all the modules creating resources not required with the default setting. also I would like to know how the external bridge domains can be created since it seems to be an absent feature

Debug Output

Panic Output

Expected Behavior

Actual Behavior

Steps to Reproduce

  1. terraform apply

Important Factoids

References

akinross commented 1 month ago

Hi @micronemo,

I am not sure what it is what you are trying to do from your description.

This repository is for the ACI terraform provider and not Nexus as Code. Please refer to the documentation of NaC: https://developer.cisco.com/docs/nexus-as-code/introduction/#cisco-nexus-as-code.

In case the explanation on the webpage is not clear you could try raising the question on the GitHub page: https://github.com/netascode/terraform-aci-nac-aci

micronemo commented 1 month ago

thanks