We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Using this module to list VLANs on a Netbox 4.1 instance will break with error:
json: cannot unmarshal object into Go struct field NestedL2VPN.results.l2vpn_termination.l2vpn.type of type string
if the vlan has l2vpn termination assigned to it.
This is because the connected l2vpn attribute: type has changed from a string to an object.
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Using this module to list VLANs on a Netbox 4.1 instance will break with error:
json: cannot unmarshal object into Go struct field NestedL2VPN.results.l2vpn_termination.l2vpn.type of type string
if the vlan has l2vpn termination assigned to it.
This is because the connected l2vpn attribute: type has changed from a string to an object.
The text was updated successfully, but these errors were encountered: