Hi
I am trying to create vsphere_virtual_machine but I have a doubt.
The paramether host_system_id refers to the host on which to place the virtual machine.
But what about auto-placement of VM in VMWare?
How can I handle the fact that I create a VM on a host, and then the VM is moved to another host automatically by the virtualizator?
Do I have to align manually terraform state and terraform files whenever the virtualizator moves the VMs, or is there a better way to do it?
Thanks in advance