josenk / terraform-provider-esxi

Terraform-provider-esxi plugin
GNU General Public License v3.0
538 stars 154 forks source link

Cloning/Copying VM from one ESXI to another ESXI #177

Closed cyberdood closed 1 year ago

cyberdood commented 2 years ago

Can functionality be added to Clone/Copy a VM from one ESXI host to another? Seems like the ovftool supports it.

https://4sysops.com/archives/copy-vmware-vms-between-esxi-hosts-using-the-ovf-tool/

josenk commented 2 years ago

I don't have another esxi to test, but I believe it's already supported... ovf_source begins with vi:// in in the code.

https://github.com/josenk/terraform-provider-esxi/blob/master/esxi/guest-create.go#L217

Have you tried using ovf_source?

josenk commented 2 years ago

Do you still need help with this?

josenk commented 1 year ago

abandoned