vatesfr / terraform-provider-xenorchestra

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

Full Clone VMs from Custom template #259

Closed cmuzyunda closed 5 months ago

cmuzyunda commented 9 months ago

When creating VMs from a custom template with this Terraform provider, VMs are created by "fast clone" and this is a deal breaker for us. When you create VMs manually via XenOrchestra interface from a custom template you can toggle off(untick) the "fast clone" button which results in Full Clone.

image

Would it be possible to add an option to create VMs by "full clone" when using a custom template ?

ddelnano commented 9 months ago

@cmuzyunda sorry for the late reply and thanks for suggesting this feature request. This is definitely possible and I'll look into implementing this over the next few weeks.

cmuzyunda commented 9 months ago

@ddelnano Thanks, happy to test when you have committed changes to a branch.

BMeach commented 8 months ago

I would also find a lot of use in this, it would be great to have an template_clone_type = <fast/full> option. When you get around to implementing this I would love to test it out!

ddelnano commented 5 months ago

This has been implemented and should be released in the next few days.