vatesfr / terraform-provider-xenorchestra

Xen Orchestra provider for Terraform
MIT License
149 stars 33 forks source link

Add parent and id arguments to the VDI data source #291

Closed ddelnano closed 5 months ago

ddelnano commented 5 months ago

Summary: Add parent and id arguments to the VDI data source

This will facilitate the necessary acceptance testing for #259. VDIs that have been fast cloned will have its parent attribute set to a non empty string, while full clones will not have a parent.

Test plan: New tests verify added functionality