Skip to content

Commit

Permalink
Add serial example to README
Browse files Browse the repository at this point in the history
  • Loading branch information
V-Paranoiaque committed Aug 13, 2019
1 parent 5158d17 commit f005132
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit f005132

Please sign in to comment.