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

chore: specify disk size unit in virtual disk resource #561

Closed fbreckle closed 7 months ago

fbreckle commented 7 months ago

@Ikke I just realized (after merging :grimacing: ) that the size attribute did not have a unit suffix. From a user perspective, I find it very convenient when I do not have to wonder "ok and what unit is this exactly?" when using a resource. I did the same in the virtual machine resource itself, which also makes this consistent.

Ikke commented 7 months ago

That's fine with me