0
0
mirror of https://github.com/bpg/terraform-provider-proxmox.git synced 2025-06-30 02:31:10 +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:
Tim Wetterek 2024-08-19 17:59:54 +02:00 committed by GitHub
parent cc9d0e7131
commit 4f8e18da04
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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"
}