fix: ignore recurrent Proxmox cloud-init drift fields #54

Merged
micqdf merged 2 commits from stage into master 2026-02-28 19:13:40 +00:00

View File

@@ -67,6 +67,10 @@ resource "proxmox_vm_qemu" "control_planes" {
lifecycle { lifecycle {
ignore_changes = [ ignore_changes = [
boot,
bootdisk,
scsihw,
ipconfig0,
ciuser, ciuser,
sshkeys, sshkeys,
] ]
@@ -125,6 +129,10 @@ resource "proxmox_vm_qemu" "workers" {
lifecycle { lifecycle {
ignore_changes = [ ignore_changes = [
boot,
bootdisk,
scsihw,
ipconfig0,
ciuser, ciuser,
sshkeys, sshkeys,
] ]