This commit is contained in:
tolerryan
2024-11-06 23:31:36 -06:00
parent 60c40138f6
commit 71b757c482

View File

@@ -5,7 +5,7 @@ resource "proxmox_vm_qemu" "grail" {
agent = 0
cores = 10
memory = 4096
storage = "Junk2"
vmid = 218
start = true
tags = "terraform"
@@ -17,7 +17,7 @@ resource "proxmox_vm_qemu" "grail" {
}
#rootfs {
storage = "Junk2"
#storage = "Junk2"
#size = "32G"
#}