You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
skfikus
changed the title
target_node parameter ignored in
target_node parameter ignored
Nov 13, 2024
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?The text was updated successfully, but these errors were encountered: