Update terraform/main.tf

This commit is contained in:
2026-02-15 11:47:15 +01:00
parent a5cf19099a
commit 67260e8b7d

View File

@@ -16,12 +16,6 @@ resource "proxmox_vm_qemu" "vm1" {
type = "disk" type = "disk"
storage = "zfs1" storage = "zfs1"
} }
# Cloud-init drive toevoegen
ide2 {
storage = "zfs1"
size = "4G"
type = "cloudinit"
}
network { network {
id = 0 id = 0
model = "virtio" model = "virtio"