Add serial example to README

This commit is contained in:
Virgil 2019-08-13 09:13:20 +02:00 committed by GitHub
parent 5158d17a3c
commit f005132aaa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -140,6 +140,10 @@ resource "proxmox_vm_qemu" "prepprovision-test" {
size = 4G
backup = true
}
serial {
id = 0
type = "socket"
}
preprovision = true
ssh_forward_ip = "10.0.0.1"
ssh_user = "terraform"