0
0
mirror of https://github.com/bpg/terraform-provider-proxmox.git synced 2025-07-01 02:52:58 +00:00
terraform-provider-proxmox/proxmox
Emmanuel Benoît a2853606ad
feat(vm): support for migration when the node name is modified (#501)
* feat(vm): support for migration when the node name is modified

  * Added a `migrate` VM flag which changes the provider's behaviour
    when the VM's `node_name` is updated. If `true`, the VM will be
    migrated to the specified node instead of being re-created.

  * Added a `timeout_migrate` setting to control the timeout for VM
    migration.

  * Fixed a bug in the API's migration data structure that prevented
    the online migration flag to be set.

* fix: update description

---------

Co-authored-by: Pavel Boldyrev <627562+bpg@users.noreply.github.com>
2023-08-18 22:02:50 -04:00
..
access fix(user): make password attribute optional (#474) 2023-08-10 15:07:49 +00:00
api fix(API): remove HTTP client timeout (#464) 2023-08-05 22:59:14 +00:00
cluster chore(deps): bump github.com/golangci/golangci-lint from 1.53.3 to 1.54.0 in /tools (#482) 2023-08-10 16:47:02 -04:00
firewall chore(deps): bump github.com/golangci/golangci-lint from 1.53.3 to 1.54.0 in /tools (#482) 2023-08-10 16:47:02 -04:00
nodes feat(vm): support for migration when the node name is modified (#501) 2023-08-18 22:02:50 -04:00
pools feat(vm): pool update support (#505) 2023-08-18 21:48:37 -04:00
ssh feat(v): Add ability to override node IP used for SSH connection (#355) 2023-05-31 21:15:48 -04:00
storage feat(vm): add network device resources (#376) 2023-06-23 22:47:25 +00:00
version feat(core): migrate version datasource to TF plugin framework (#440) 2023-07-29 02:10:02 +00:00
client.go feat: API client cleanup and refactoring (#323) 2023-05-26 01:32:51 +00:00