terra-farm / terraform-provider-xenserver

XenServer provider for Terraform
https://terra-farm.github.io/provider-xenserver/
MIT License
72 stars 36 forks source link

feature request: Allow for VM full clone #37

Open Jaydeehow opened 6 years ago

Jaydeehow commented 6 years ago

This is my first time seeing Go, so if this is a feature already present, I apologize. From what I saw, it looks like the provider is harcoded to call the VM.Clone method. Could you please add an optional flag which would cause it to use the xen-api's VM.Copy instead of VM.Clone?