Skip to content

Commit cbbedd9

Browse files
committed
fix(docs): update documentation for import-from.
1 parent 911c591 commit cbbedd9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/resources/virtual_environment_vm.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,8 @@ output "ubuntu_vm_public_key" {
301301
`proxmox_virtual_environment_download_file` resource. *Deprecated*, use `import_from` instead.
302302
- `import_from` - (Optional) The file ID for a disk image to import into VM. The image must be of `import` content type.
303303
The ID format is `<datastore_id>:import/<file_name>`, for example `local:import/centos8.qcow2`. Can be also taken from
304-
`proxmox_virtual_environment_download_file` resource.
304+
`proxmox_virtual_environment_download_file` resource. **Note:** Any changes to the value of this field will trigger
305+
a disk replacement operation, which will require a VM reboot. Your original disks will remain as deattached disks.
305306
- `interface` - (Required) The disk interface for Proxmox, currently `scsi`,
306307
`sata` and `virtio` interfaces are supported. Append the disk index at
307308
the end, for example, `virtio0` for the first virtio disk, `virtio1` for

0 commit comments

Comments
 (0)