mempool working
This commit is contained in:
parent
8863f800bf
commit
d82c9afbe5
4 changed files with 788 additions and 10 deletions
|
|
@ -30,16 +30,7 @@ resource "proxmox_vm_qemu" "vm" {
|
|||
|
||||
lifecycle {
|
||||
prevent_destroy = true
|
||||
ignore_changes = [
|
||||
name,
|
||||
cpu,
|
||||
memory,
|
||||
network,
|
||||
ipconfig0,
|
||||
ciuser,
|
||||
sshkeys,
|
||||
cicustom,
|
||||
]
|
||||
ignore_changes = all
|
||||
}
|
||||
|
||||
serial {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue