chore(k8s-wheatley): Ensure nodes aren't recreated on template change

This commit is contained in:
Peter 2026-01-12 11:49:28 +01:00
parent c6d4143df2
commit 649f1ba598
Signed by: Peter
SSH key fingerprint: SHA256:B5tYaxBExaDm74r1px9iVeZ6F/ZDiyiy9SbBqfZYrvg

View file

@ -83,4 +83,10 @@ resource "proxmox_virtual_environment_vm" "talos-node" {
servers = ["9.9.9.9"]
}
}
lifecycle {
ignore_changes = [
clone,
]
}
}