fix: add missing disk defaults
ci/woodpecker/push/docs Pipeline was successful Details
ci/woodpecker/push/test Pipeline was successful Details

This commit is contained in:
Robert Kaussow 2024-01-17 20:46:30 +01:00
parent 339b021c48
commit 35b70dad44
Signed by: xoxys
GPG Key ID: 4E692A2EAECC03C0
1 changed files with 2 additions and 0 deletions

View File

@ -53,6 +53,8 @@ source "proxmox-iso" "rocky-linux-9" {
format = "${var.proxmox_storage_format}"
storage_pool = "${var.proxmox_storage_pool}"
type = "scsi"
io_thread = false
discard = true
}
scsi_controller = "virtio-scsi-pci"