smutel / terraform-provider-netbox

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

Failing tests with new instance #159

Closed amhn closed 1 year ago

amhn commented 1 year ago

Summary

The new tests only work on specific netbox instances which already have a RIR with ID 39 and a cluster with ID 30

Issue details

Affected Data(s) / Resource(s)

Behaviors

Actual Behavior

Tests fail.

Expected Behavior

Tests should pass.

Steps to Reproduce

  1. Run new netbox instance
  2. Import csv files from examples/exports
  3. run TF_ACC=1 go test -v ./...