Compare commits

...

3 Commits

Author SHA1 Message Date
129c639e4d Merge pull request 'fix: ignore recurrent Proxmox cloud-init drift fields' (#54) from stage into master
Some checks failed
Terraform Apply / Terraform Apply (push) Failing after 9m39s
Reviewed-on: #54
2026-02-28 19:13:39 +00:00
6105a314b7 Merge remote-tracking branch 'origin/master' into stage
All checks were successful
Terraform Plan / Terraform Plan (push) Successful in 13s
2026-02-28 19:09:38 +00:00
89bc2242cb fix: ignore recurrent Proxmox cloud-init drift fields
All checks were successful
Terraform Plan / Terraform Plan (push) Successful in 12s
2026-02-28 19:06:38 +00:00

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