Update terraform/main.tf

This commit is contained in:
2026-02-15 20:28:51 +01:00
parent b9ad4e8cb4
commit d5fbc06935

View File

@@ -16,7 +16,6 @@ resource "proxmox_vm_qemu" "vm1" {
type = "disk" type = "disk"
storage = "zfs1" storage = "zfs1"
size = "32G" size = "32G"
clone = "ubuntu-2404-ci-template/virtio0"
cache = "writeback" cache = "writeback"
discard = true discard = true
} }