0
0
mirror of https://github.com/bpg/terraform-provider-proxmox.git synced 2025-07-08 14:55:02 +00:00
terraform-provider-proxmox/proxmox/nodes/vms
Marco Attia ddc4118b08
feat(vm): Import Disk via API. (#2012)
* feat(vm): Import Disk via API.

Signed-off-by: Marco Attia <54147992+Vaneixus@users.noreply.github.com>

* lint(vm): fix Linter Issues.

Signed-off-by: Marco Attia <54147992+Vaneixus@users.noreply.github.com>

* fix(vm): import_from update issues.

Signed-off-by: Marco Attia <54147992+Vaneixus@users.noreply.github.com>

* fix: store `import_from` in the state, add acc test for `import_from`

Signed-off-by: Pavel Boldyrev <627562+bpg@users.noreply.github.com>

* chore: update examples and docs

Signed-off-by: Pavel Boldyrev <627562+bpg@users.noreply.github.com>

* fix: linter

Signed-off-by: Pavel Boldyrev <627562+bpg@users.noreply.github.com>

* chore: re-gen docs

Signed-off-by: Pavel Boldyrev <627562+bpg@users.noreply.github.com>

---------

Signed-off-by: Marco Attia <54147992+Vaneixus@users.noreply.github.com>
Signed-off-by: Pavel Boldyrev <627562+bpg@users.noreply.github.com>
Co-authored-by: Pavel Boldyrev <627562+bpg@users.noreply.github.com>
2025-07-06 12:00:38 -04:00
..
firewall feat: API client cleanup and refactoring (#323) 2023-05-26 01:32:51 +00:00
client.go chore(deps): update golangci/golangci-lint (v2.1.6 → v2.2.1) (#2013) 2025-07-04 17:56:38 -04:00
custom_agent.go chore(api): refactor nodes/vms/vms_types.go: split into multiple files (#1368) 2024-06-09 04:11:16 +00:00
custom_amdsev.go feat(vm): add support for AMD SEV (#1952) 2025-05-12 21:43:15 -04:00
custom_audio_device.go chore(api): refactor nodes/vms/vms_types.go: split into multiple files (#1368) 2024-06-09 04:11:16 +00:00
custom_boot.go chore(api): refactor nodes/vms/vms_types.go: split into multiple files (#1368) 2024-06-09 04:11:16 +00:00
custom_cloud_init.go chore(api): refactor nodes/vms/vms_types.go: split into multiple files (#1368) 2024-06-09 04:11:16 +00:00
custom_cpu_emulation.go chore(deps): update golangci/golangci-lint (v2.1.6 → v2.2.1) (#2013) 2025-07-04 17:56:38 -04:00
custom_efi_disk.go chore(api): refactor nodes/vms/vms_types.go: split into multiple files (#1368) 2024-06-09 04:11:16 +00:00
custom_network_device.go chore(api): refactor nodes/vms/vms_types.go: split into multiple files (#1368) 2024-06-09 04:11:16 +00:00
custom_numa_device_test.go chore(api): refactor nodes/vms/vms_types.go: split into multiple files (#1368) 2024-06-09 04:11:16 +00:00
custom_numa_device.go chore(api): refactor nodes/vms/vms_types.go: split into multiple files (#1368) 2024-06-09 04:11:16 +00:00
custom_pci_device_test.go chore(api): refactor nodes/vms/vms_types.go: split into multiple files (#1368) 2024-06-09 04:11:16 +00:00
custom_pci_device.go fix(vm): handle more than 4 hostpci devices (#1543) 2024-09-20 19:04:45 -04:00
custom_rng_device_test.go feat(vm): add RNG device support (#1774) 2025-02-16 23:53:40 -05:00
custom_rng_device.go feat(vm): add RNG device support (#1774) 2025-02-16 23:53:40 -05:00
custom_serial_device.go chore(api): refactor nodes/vms/vms_types.go: split into multiple files (#1368) 2024-06-09 04:11:16 +00:00
custom_shared_memory.go chore(api): refactor nodes/vms/vms_types.go: split into multiple files (#1368) 2024-06-09 04:11:16 +00:00
custom_smbios.go chore(api): refactor nodes/vms/vms_types.go: split into multiple files (#1368) 2024-06-09 04:11:16 +00:00
custom_spice_enhancements.go chore(api): refactor nodes/vms/vms_types.go: split into multiple files (#1368) 2024-06-09 04:11:16 +00:00
custom_startup_order.go chore(api): refactor nodes/vms/vms_types.go: split into multiple files (#1368) 2024-06-09 04:11:16 +00:00
custom_storage_device_test.go fix(vm,lxc): error parsing disk ID when datastore name contains . (#1894) 2025-04-11 09:02:15 -04:00
custom_storage_device.go feat(vm): Import Disk via API. (#2012) 2025-07-06 12:00:38 -04:00
custom_tpm_state.go chore(api): refactor nodes/vms/vms_types.go: split into multiple files (#1368) 2024-06-09 04:11:16 +00:00
custom_usb_device_test.go fix(vm): panic when reading VM with SPICE USB passthrough (#1438) 2024-07-11 18:38:43 -04:00
custom_usb_device.go fix(vm): panic when reading VM with SPICE USB passthrough (#1438) 2024-07-11 18:38:43 -04:00
custom_vga_device.go misc: restore 0.59.1 code 2024-06-09 23:40:27 -04:00
custom_virtiofs_share_test.go feat(vm): add support for virtiofs (#1900) 2025-04-15 13:10:37 -04:00
custom_virtiofs_share.go chore(deps): update golangci/golangci-lint (v2.1.6 → v2.2.1) (#2013) 2025-07-04 17:56:38 -04:00
custom_virtualio_device.go chore(api): refactor nodes/vms/vms_types.go: split into multiple files (#1368) 2024-06-09 04:11:16 +00:00
custom_watchdog_device.go feat(vm): add support for watchdog (#1556) 2024-09-30 11:14:55 -04:00
vms_types_test.go chore(deps): update golangci/golangci-lint (v2.1.6 → v2.2.1) (#2013) 2025-07-04 17:56:38 -04:00
vms_types.go feat(vm): add support for AMD SEV (#1952) 2025-05-12 21:43:15 -04:00
vms.go chore(deps): update golangci/golangci-lint (v2.1.6 → v2.2.1) (#2013) 2025-07-04 17:56:38 -04:00