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
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.
The text was updated successfully, but these errors were encountered:
fix: Allow ipv6 addresses for data.netbox_ipam_ip_addresses
c54cab7
Fixes smutel#107
smutel
Successfully merging a pull request may close this issue.
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.
The text was updated successfully, but these errors were encountered: