fix: avoid in-place VM updates on unreliable provider
All checks were successful
Terraform Plan / Terraform Plan (push) Successful in 1m58s
All checks were successful
Terraform Plan / Terraform Plan (push) Successful in 1m58s
This commit is contained in:
@@ -66,14 +66,7 @@ resource "proxmox_vm_qemu" "control_planes" {
|
|||||||
}
|
}
|
||||||
|
|
||||||
lifecycle {
|
lifecycle {
|
||||||
ignore_changes = [
|
ignore_changes = all
|
||||||
boot,
|
|
||||||
bootdisk,
|
|
||||||
scsihw,
|
|
||||||
ipconfig0,
|
|
||||||
ciuser,
|
|
||||||
sshkeys,
|
|
||||||
]
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -128,13 +121,6 @@ resource "proxmox_vm_qemu" "workers" {
|
|||||||
}
|
}
|
||||||
|
|
||||||
lifecycle {
|
lifecycle {
|
||||||
ignore_changes = [
|
ignore_changes = all
|
||||||
boot,
|
|
||||||
bootdisk,
|
|
||||||
scsihw,
|
|
||||||
ipconfig0,
|
|
||||||
ciuser,
|
|
||||||
sshkeys,
|
|
||||||
]
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user