Doc in the README about boot and bootdisk

This commit is contained in:
Virgil 2019-08-07 13:53:11 +02:00 committed by GitHub
parent f6b0d92053
commit ce70012917
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -123,6 +123,10 @@ resource "proxmox_vm_qemu" "prepprovision-test" {
sockets = 1
memory = 2560
scsihw = "lsi"
# Boot from hard disk (c), CD-ROM (d), network (n)
boot = "cdn"
# Default boot disk
bootdisk = "virtio0"
network {
id = 0
model = "virtio"