fix: ignore recurrent Proxmox cloud-init drift fields
All checks were successful
Terraform Plan / Terraform Plan (push) Successful in 12s
All checks were successful
Terraform Plan / Terraform Plan (push) Successful in 12s
This commit is contained in:
@@ -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,
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user