Update terraform/main.tf

This commit is contained in:
2026-02-14 23:11:34 +01:00
parent cdf28f3eb6
commit 972ab9a931

View File

@@ -3,8 +3,11 @@ resource "proxmox_vm_qemu" "vm1" {
target_node = "pve"
clone = "ubuntu-template"
cpu {
cores = 2
sockets = 1
}
memory = 2048
disk {