mirror of
https://github.com/bpg/terraform-provider-proxmox.git
synced 2025-06-30 10:33:46 +00:00
fix(doc): update virtual_environment_vm.md (#1495)
Update virtual_environment_vm.md Typo in example usage of using downloaded iso for disk Signed-off-by: Tim Wetterek <tim@wetterek.se>
This commit is contained in:
parent
cc9d0e7131
commit
4f8e18da04
@ -37,7 +37,7 @@ resource "proxmox_virtual_environment_vm" "ubuntu_vm" {
|
||||
|
||||
disk {
|
||||
datastore_id = "local-lvm"
|
||||
file_id = proxmox_virtual_environment_file.latest_ubuntu_22_jammy_qcow2_img.id
|
||||
file_id = proxmox_virtual_environment_download_file.latest_ubuntu_22_jammy_qcow2_img.id
|
||||
interface = "scsi0"
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user