Compare commits
3 Commits
fce8f9c70c
...
129c639e4d
| Author | SHA1 | Date | |
|---|---|---|---|
| 129c639e4d | |||
| 6105a314b7 | |||
| 89bc2242cb |
@@ -67,6 +67,10 @@ resource "proxmox_vm_qemu" "control_planes" {
|
|||||||
|
|
||||||
lifecycle {
|
lifecycle {
|
||||||
ignore_changes = [
|
ignore_changes = [
|
||||||
|
boot,
|
||||||
|
bootdisk,
|
||||||
|
scsihw,
|
||||||
|
ipconfig0,
|
||||||
ciuser,
|
ciuser,
|
||||||
sshkeys,
|
sshkeys,
|
||||||
]
|
]
|
||||||
@@ -125,6 +129,10 @@ resource "proxmox_vm_qemu" "workers" {
|
|||||||
|
|
||||||
lifecycle {
|
lifecycle {
|
||||||
ignore_changes = [
|
ignore_changes = [
|
||||||
|
boot,
|
||||||
|
bootdisk,
|
||||||
|
scsihw,
|
||||||
|
ipconfig0,
|
||||||
ciuser,
|
ciuser,
|
||||||
sshkeys,
|
sshkeys,
|
||||||
]
|
]
|
||||||
|
|||||||
Reference in New Issue
Block a user