smutel / terraform-provider-netbox

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

feat: Get all objects with json data sources #137

Closed amhn closed 2 years ago

amhn commented 2 years ago

Fixes: #55

If limit is 0 or bigger than Netbox's MAX_PAGE_SIZE setting, step through pages until there are enough or all objects.

Perhaps this should be guarded by an extra parameter because it could be very expensive.

smutel commented 2 years ago

Thanks for the PR. Could you please fixup the 2 commits with the message:

fix: Get all objects with json data sources