lifecycle block change

This commit is contained in:
admin 2026-01-28 15:17:48 -07:00
parent 419925be91
commit f002552e6e

View file

@ -65,8 +65,9 @@ resource "proxmox_virtual_environment_container" "cattle" {
lifecycle {
ignore_changes = [
operating_system[0].template_file_id,
initialization[0].user_account[0].password,
unprivileged, # Stops the rebuild for the privilege flag
initialization[0].user_account, # Stops the rebuild for the password
operating_system[0].template_file_id # Stops rebuild for the image name
]
}
}