smutel / terraform-provider-netbox

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

feat: Allow prefix and ip to be dynamically assigned #140

Closed amhn closed 1 year ago

amhn commented 2 years ago

Fixes #45

This PR changes address and prefix to allow for automatic assignment.

Two caveats:

This PR needs https://github.com/smutel/go-netbox/pull/41 to be merged into go-netbox. After merging the lint failure should be gone.

smutel commented 1 year ago

https://github.com/smutel/go-netbox/releases/tag/v3.2.2

smutel commented 1 year ago

I think you need to rebase.

amhn commented 1 year ago

Done