diff --git a/terraform/main.tf b/terraform/main.tf index beb27ff..9bf4b20 100644 --- a/terraform/main.tf +++ b/terraform/main.tf @@ -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 ] } } \ No newline at end of file