When I manually migrate some resource_vm_qemu to a different cluster node it is ignored by the state and terraform plan/apply and it reports no changes to the infrastructure.
I believe it is caused by missing d.Set("target_node", vmr.Node())here. Is there some reason why this line was removed from the code please?
When I manually migrate some resource_vm_qemu to a different cluster node it is ignored by the state and terraform plan/apply and it reports no changes to the infrastructure. I believe it is caused by missing
d.Set("target_node", vmr.Node())
here. Is there some reason why this line was removed from the code please?