mirror of
https://github.com/bpg/terraform-provider-proxmox.git
synced 2025-07-04 21:14:05 +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> |
||
---|---|---|
.. | ||
datasource | ||
provider | ||
resource | ||
structure | ||
test | ||
config.go |