smutel / terraform-provider-netbox

Terraform provider for Netbox
ISC License
58 stars 19 forks source link

feat: Add IP Range resource type #142

Closed amhn closed 2 years ago

amhn commented 2 years ago

Fixes: #141

This adds an ip_range resource to this provider. This is mostly a copy, paste and replace from ipam_prefix resource.

smutel commented 2 years ago

And thank you for this PR !

amhn commented 2 years ago

I made the changes. Hope this is what you wanted.

I change ipam_roles to ipam_role for the other resources too.