Skip to content
New issue

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

Allow fetching IPv6 addresses with data.netbox_ipam_ip_addresses #107

Closed
amhn opened this issue May 4, 2022 · 0 comments · Fixed by #108
Closed

Allow fetching IPv6 addresses with data.netbox_ipam_ip_addresses #107

amhn opened this issue May 4, 2022 · 0 comments · Fixed by #108
Assignees
Labels
bug Something isn't working

Comments

@amhn
Copy link
Contributor

amhn commented May 4, 2022

Summary

The validation function in https://github.com/smutel/terraform-provider-netbox/blob/master/netbox/data_netbox_ipam_ip_addresses.go#L22 prevents fetching IPv6 addresses with data.netbox_ipam_ip_addresses

Changing it to validation.IsCIDR fixes that.

@amhn amhn added the bug Something isn't working label May 4, 2022
amhn added a commit to amhn/terraform-provider-netbox that referenced this issue May 4, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants