Compare commits
3 Commits
39f1e44f9b
...
364d407fb7
| Author | SHA1 | Date | |
|---|---|---|---|
| 364d407fb7 | |||
| c8771b897c | |||
| 68c896d629 |
@@ -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