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
It would be good to have a native possibility in the provider to assign Clustered Role to a VM:
# add a role for VMAdd-ClusterVirtualMachineRole-VMName $VMName-Cluster $ClusterName-ErrorAction Stop
# remove a role from VMStop-VM-Name $VMName-ComputerName $HVHost-Force -ErrorAction Stop; Remove-ClusterGroup-Cluster $ClusterName-Name $VMName-RemoveResources -Force:$Force
Hello,
It would be good to have a native possibility in the provider to assign Clustered Role to a VM:
I assume it should look like parameter block in the hv instance resource https://registry.terraform.io/providers/taliesins/hyperv/latest/docs/resources/hyperv_machine_instance or as a separate resource.
Regards,
The text was updated successfully, but these errors were encountered: