a few fixes still needed
This commit is contained in:
@@ -49,10 +49,10 @@ resource "proxmox_vm_qemu" "controller" {
|
||||
memory = 1024
|
||||
scsihw = "virtio-scsi-pci"
|
||||
disk {
|
||||
slot = 0
|
||||
slot = sata0
|
||||
size = "20G"
|
||||
storage = var.storage
|
||||
type = "scsi"
|
||||
type = "disk"
|
||||
}
|
||||
network {
|
||||
id = 0
|
||||
|
||||
Reference in New Issue
Block a user