Compare commits
2 Commits
2126cf5004
...
812fcb8066
| Author | SHA1 | Date | |
|---|---|---|---|
| 812fcb8066 | |||
| d190f64181 |
@@ -64,6 +64,13 @@ resource "proxmox_vm_qemu" "control_planes" {
|
||||
model = "virtio"
|
||||
bridge = var.bridge
|
||||
}
|
||||
|
||||
lifecycle {
|
||||
ignore_changes = [
|
||||
ciuser,
|
||||
sshkeys,
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -115,4 +122,11 @@ resource "proxmox_vm_qemu" "workers" {
|
||||
model = "virtio"
|
||||
bridge = var.bridge
|
||||
}
|
||||
|
||||
lifecycle {
|
||||
ignore_changes = [
|
||||
ciuser,
|
||||
sshkeys,
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user