Closed arcalys closed 2 years ago
Edited the issue, but definitely not something due to this provider, sorry for this, should have checked upstream before :)
Hello together,
is there any news on this yet? I'm struggling with the same problem after updating the Netbox to 3.2.0.
Please check the compatibility matrix in the readme.
Hello, will the provider ever be compatible with NetBox 3.2? Apparently, the go-netbox code has been fixed already. https://github.com/netbox-community/go-netbox/issues/127 https://github.com/netbox-community/go-netbox/releases/tag/netbox_v3.2
Hello,
This project is not using https://github.com/netbox-community/go-netbox but https://github.com/smutel/go-netbox for several reasons.
Generating the library and updating this provider each time a version is released is very time consuming. In addition, Netbox application is sometimes breaking the API even if it is a patch release (3.2.1 => 3.2.2).
So I prefer to wait the final release of a minor version (3.0.12, 3.1.12, ...) to create a new provider.
@smutel The API breaking change was done in 3.2.0, according to general guidelines. It would be a shame to wait a year to make this terraform provider compatible with 3.2. There are so many nice improvements and new features in 3.2
Agree, not good to force people to wait so long to be able to upgrade NetBox, especially since this apparently must not be a big change on the code level.
Summary
We bumped our NetBox version from 3.1.11 to 3.2.0, and since then, the netbox_virtualization_cluster datasource stopped working. Apparently they converted the "created" field in the "virtualization_cluster" table from date to timestamp with timezone.
Edit: Just checked their changelog, and it's a global change: https://github.com/netbox-community/netbox/releases/tag/v3.2.0 :( And also, this is due to go-netbox usage in here I guess: https://github.com/netbox-community/go-netbox/issues/127
Version
Netbox version
Terraform version
Provider version
Issue details
Affected Data(s) / Resource(s)
Terraform Configuration Files
Terraform Output
Behaviors
Actual Behavior
Expected Behavior
Steps to Reproduce
terraform plan