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
178 stars 130 forks source link

Add custom field support in IPAM Prefix #553

Closed nothinux closed 7 months ago

nothinux commented 7 months ago

Add custom field support in IPAM Prefix

TEST_FUNC=TestAccNetboxPrefix_basic make testacc-specific-test
⌛ Startup acceptance tests on http://localhost:8001 with version v3.7.1
⌛ Testing function TestAccNetboxPrefix_basic
TF_ACC=1 go test -timeout 20m -v -cover netbox/*.go -run TestAccNetboxPrefix_basic
=== RUN   TestAccNetboxPrefix_basic
=== PAUSE TestAccNetboxPrefix_basic
=== CONT  TestAccNetboxPrefix_basic
--- PASS: TestAccNetboxPrefix_basic (13.82s)
PASS
coverage: 9.0% of statements
ok      command-line-arguments  15.227s coverage: 9.0% of statements
fbreckle commented 7 months ago

LGTM but can you please run make docs to regenerate the docs?

nothinux commented 7 months ago

done @fbreckle