0
0
mirror of https://github.com/bpg/terraform-provider-proxmox.git synced 2025-06-30 10:33:46 +00:00
terraform-provider-proxmox/example
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
..
data_source_virtual_environment_datastores.tf fix: example and makefile issues 2021-02-13 02:46:29 +01:00
data_source_virtual_environment_dns.tf fix: example and makefile issues 2021-02-13 02:46:29 +01:00
data_source_virtual_environment_group.tf fix: example and makefile issues 2021-02-13 02:46:29 +01:00
data_source_virtual_environment_groups.tf map -> tomap TF API change 2021-09-09 20:41:59 -04:00
data_source_virtual_environment_hosts.tf fix: example and makefile issues 2021-02-13 02:46:29 +01:00
data_source_virtual_environment_nodes.tf fix: example and makefile issues 2021-02-13 02:46:29 +01:00
data_source_virtual_environment_pool.tf fix: example and makefile issues 2021-02-13 02:46:29 +01:00
data_source_virtual_environment_pools.tf fix: example and makefile issues 2021-02-13 02:46:29 +01:00
data_source_virtual_environment_role.tf fix: example and makefile issues 2021-02-13 02:46:29 +01:00
data_source_virtual_environment_roles.tf fix: example and makefile issues 2021-02-13 02:46:29 +01:00
data_source_virtual_environment_time.tf fix: example and makefile issues 2021-02-13 02:46:29 +01:00
data_source_virtual_environment_user.tf fix: example and makefile issues 2021-02-13 02:46:29 +01:00
data_source_virtual_environment_users.tf fix: example and makefile issues 2021-02-13 02:46:29 +01:00
data_source_virtual_environment_vm.tf feat(vm): add network device resources (#376) 2023-06-23 22:47:25 +00:00
data_source_virtual_environment_vms.tf feat(vm): add network device resources (#376) 2023-06-23 22:47:25 +00:00
main.tf feat: SSH-Agent Support (#306) 2023-05-22 13:34:24 -04:00
resource_virtual_environment_certificate.tf fix: example and makefile issues 2021-02-13 02:46:29 +01:00
resource_virtual_environment_cluster_firewall_security_group.tf fix(firewall): fw controls bugfixes (#287) 2023-04-04 00:42:35 +00:00
resource_virtual_environment_container.tf feat(lxc): add support for lxc mount points (#394) 2023-07-16 20:41:07 -04:00
resource_virtual_environment_dns.tf fix: example and makefile issues 2021-02-13 02:46:29 +01:00
resource_virtual_environment_file.tf feat(vm): add support for meta-data in cloud-init (#378) 2023-06-24 00:06:05 -04:00
resource_virtual_environment_firewall_alias.tf feat(vm): add network device resources (#376) 2023-06-23 22:47:25 +00:00
resource_virtual_environment_firewall_ipset.tf feat(vm): add network device resources (#376) 2023-06-23 22:47:25 +00:00
resource_virtual_environment_firewall_options.tf feat(vm): add network device resources (#376) 2023-06-23 22:47:25 +00:00
resource_virtual_environment_firewall_rules.tf feat(vm): add network device resources (#376) 2023-06-23 22:47:25 +00:00
resource_virtual_environment_group.tf fix: example and makefile issues 2021-02-13 02:46:29 +01:00
resource_virtual_environment_hosts.tf fix: example and makefile issues 2021-02-13 02:46:29 +01:00
resource_virtual_environment_pool.tf fix: example and makefile issues 2021-02-13 02:46:29 +01:00
resource_virtual_environment_role.tf fix: example and makefile issues 2021-02-13 02:46:29 +01:00
resource_virtual_environment_time.tf fix: example and makefile issues 2021-02-13 02:46:29 +01:00
resource_virtual_environment_user.tf fix(user): make password attribute optional (#474) 2023-08-10 15:07:49 +00:00
resource_virtual_environment_vm.tf feat(vm): support for migration when the node name is modified (#501) 2023-08-18 22:02:50 -04:00
ssh.tf feat(vm): add network device resources (#376) 2023-06-23 22:47:25 +00:00
variables.tf fix: example and makefile issues 2021-02-13 02:46:29 +01:00
versions.tf feat(vm): add network device resources (#376) 2023-06-23 22:47:25 +00:00