e-breuninger / terraform-provider-netbox

Terraform provider to interact with Netbox
https://registry.terraform.io/providers/e-breuninger/netbox/latest/docs
Mozilla Public License 2.0
173 stars 117 forks source link

feat: add 'is_private' field to 'netbox_rir' resource #594

Closed thibaultbustarret-ovhcloud closed 2 months ago

thibaultbustarret-ovhcloud commented 2 months ago

Adds the is_private field to rirs. However the test don't pass as it seems there's a bug in go-netbox (i tested it separately) . I can successfully add a rir with is_private set to true or false, I can update it from false to true, but nothing happens when trying to update it from true to false.