lifecycle block change
This commit is contained in:
parent
419925be91
commit
f002552e6e
1 changed files with 3 additions and 2 deletions
|
|
@ -65,8 +65,9 @@ resource "proxmox_virtual_environment_container" "cattle" {
|
||||||
|
|
||||||
lifecycle {
|
lifecycle {
|
||||||
ignore_changes = [
|
ignore_changes = [
|
||||||
operating_system[0].template_file_id,
|
unprivileged, # Stops the rebuild for the privilege flag
|
||||||
initialization[0].user_account[0].password,
|
initialization[0].user_account, # Stops the rebuild for the password
|
||||||
|
operating_system[0].template_file_id # Stops rebuild for the image name
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Loading…
Reference in a new issue