stupid commas

This commit is contained in:
admin 2026-01-28 15:24:14 -07:00
parent 2ebee341e8
commit 5a73fb3f86

View file

@ -67,7 +67,7 @@ resource "proxmox_virtual_environment_container" "cattle" {
ignore_changes = [
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
operating_system[0].template_file_id, # Stops rebuild for the image name
features # Add this to bypass the 403 error
]
}