mirror of
https://github.com/bpg/terraform-provider-proxmox.git
synced 2025-07-02 19:43:00 +00:00
* feat(vm): pool update support This commit removed the ForceNew flag from the VM resource's `pool_id` argument and implements pool update: * if the VM was part of a pool, it is removed from it, * if the new `pool_id` value is non-empty, the VM is added to that new pool. * fix: use `types.CustomCommaSeparatedList` in `PoolUpdateRequestBody` datatype, minor error fix --------- Co-authored-by: Pavel Boldyrev <627562+bpg@users.noreply.github.com> |
||
---|---|---|
.. | ||
access | ||
api | ||
cluster | ||
firewall | ||
nodes | ||
pools | ||
ssh | ||
storage | ||
version | ||
client.go |