CiscoDevNet / terraform-provider-nxos

Terraform Cisco NX-OS Provider
https://registry.terraform.io/providers/netascode/nxos
Mozilla Public License 2.0
9 stars 10 forks source link

Error in the documentation for nxos_port_channel_interface_vrf #271

Open cpiatnit opened 1 day ago

cpiatnit commented 1 day ago

nxos_port_channel_interface_vrf (Resource) This resource can manage a port-channel interface VRF association.

API Documentation: nwRtVrfMbr

the API doc sends the reader to the VRF Membership nw:RtVrfMbr

danischm commented 1 day ago

I think this is the right object. The documentation just does not list it as a child of sys/intf/aggr-[id], but if you convert a CLI configuration using NX-OS sandbox, this is what you get.

cpiatnit commented 18 hours ago

I am Not familiar with the DME model but I thought that an object there would be a match for just a single real world thing. Apparently not https://pubhub.devnetcloud.com/media/dme-docs-10-2-2/docs/Routing%20and%20Forwarding/nw:RtVrfMbr/

Need to understand how this works (the model)