-
The examples in the docs that create a cloud-init vm show downloading an image and then referencing its id in the file_id section. What is the file_id if I want to use an image I already downloaded? Is it the path to the file or something else? The docs just say that the proxmox_virtual_environment_download_file returns an id (String) The unique identifier of this resource. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Hi @jeffellin, Here is an example of Here is another example from the docs: https://registry.terraform.io/providers/bpg/proxmox/latest/docs/guides/cloud-image#create-a-vm-from-an-exiting-image-on-proxmox |
Beta Was this translation helpful? Give feedback.
-
Documented the format in #1374 |
Beta Was this translation helpful? Give feedback.
Hi @jeffellin,
Here is an example of
file_id
:local:iso/Memtest86-4.3.7.iso
.Basically it is
<datastore>:<content_type>/<filename>
.Here is another example from the docs: https://registry.terraform.io/providers/bpg/proxmox/latest/docs/guides/cloud-image#create-a-vm-from-an-exiting-image-on-proxmox