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 {
|
||||
ignore_changes = [
|
||||
boot,
|
||||
bootdisk,
|
||||
scsihw,
|
||||
ipconfig0,
|
||||
ciuser,
|
||||
sshkeys,
|
||||
]
|
||||
ignore_changes = all
|
||||
}
|
||||
}
|
||||
|
||||
@@ -128,13 +121,6 @@ resource "proxmox_vm_qemu" "workers" {
|
||||
}
|
||||
|
||||
lifecycle {
|
||||
ignore_changes = [
|
||||
boot,
|
||||
bootdisk,
|
||||
scsihw,
|
||||
ipconfig0,
|
||||
ciuser,
|
||||
sshkeys,
|
||||
]
|
||||
ignore_changes = all
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user