Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add support for virtual-disk data from netbox as ressource and data source #557

Open
joek-office opened this issue Feb 28, 2024 · 1 comment

Comments

@joek-office
Copy link

Since netbox version 3.7 there is the ability to define virtual disks for virtual machine ressources as a dedicated object type.
This object type should be supported from this terraform provider to read out more than just the sum of the virtual disk sizes.

Affected Resource(s)

create new ressources and data sources:

  • resource netbox_virtual_disk
  • data_source netbox_virtual_disk

Expected Behavior

same as in the the other ressources and data sources. The provider has to be enhanced with this object type.

Actual Behavior

the object type virtual disk is not supported

References

https://github.com/netbox-community/netbox/releases/tag/v3.7.0
netbox-community/netbox#8356

@joek-office
Copy link
Author

Seems work for this is currently in progress.
The underlying netbox client must be enhanced to support this new object type in netbox, but work is in progress:
fbreckle/go-netbox@1ddc00b

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant