mempool working

This commit is contained in:
counterweight 2025-12-14 22:15:29 +01:00
parent 8863f800bf
commit d82c9afbe5
Signed by: counterweight
GPG key ID: 883EDBAA726BD96C
4 changed files with 788 additions and 10 deletions

View file

@ -30,16 +30,7 @@ resource "proxmox_vm_qemu" "vm" {
lifecycle {
prevent_destroy = true
ignore_changes = [
name,
cpu,
memory,
network,
ipconfig0,
ciuser,
sshkeys,
cicustom,
]
ignore_changes = all
}
serial {