fix(freeipa): wow, disks really work like that? that's deranged.

This commit is contained in:
Kat Inskip 2024-01-30 19:45:27 -08:00 committed by arcnmx
parent b7b552584d
commit 8be7abcbf9

View file

@ -105,13 +105,6 @@ resource "proxmox_virtual_environment_vm" "freeipa" {
datastore_id = "local-zfs" datastore_id = "local-zfs"
file_id = "local:iso/Fedora-Server-dvd-x86_64-39-1.5.iso" file_id = "local:iso/Fedora-Server-dvd-x86_64-39-1.5.iso"
interface = "scsi0" interface = "scsi0"
}
disk {
datastore_id = "local-zfs"
file_format = "raw"
interface = "scsi1"
size = 32 size = 32
} }