From 89bc2242cbbeafe2bb9353535c1490b8a1ee7c46 Mon Sep 17 00:00:00 2001 From: MichaelFisher1997 Date: Sat, 28 Feb 2026 19:06:38 +0000 Subject: [PATCH] fix: ignore recurrent Proxmox cloud-init drift fields --- terraform/main.tf | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/terraform/main.tf b/terraform/main.tf index a8c0a55..d86c140 100644 --- a/terraform/main.tf +++ b/terraform/main.tf @@ -67,6 +67,10 @@ resource "proxmox_vm_qemu" "control_planes" { lifecycle { ignore_changes = [ + boot, + bootdisk, + scsihw, + ipconfig0, ciuser, sshkeys, ] @@ -125,6 +129,10 @@ resource "proxmox_vm_qemu" "workers" { lifecycle { ignore_changes = [ + boot, + bootdisk, + scsihw, + ipconfig0, ciuser, sshkeys, ]