fix: ignore recurrent Proxmox cloud-init drift fields
All checks were successful
Terraform Plan / Terraform Plan (push) Successful in 12s

This commit is contained in:
2026-02-28 19:06:38 +00:00
parent c1c1b3d7f7
commit 89bc2242cb

View File

@@ -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,
]