From 5a73fb3f868fc83a5660f3b27a42cbddc72ad16c Mon Sep 17 00:00:00 2001 From: admin Date: Wed, 28 Jan 2026 15:24:14 -0700 Subject: [PATCH] stupid commas --- terraform/main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/terraform/main.tf b/terraform/main.tf index d519098..a082de2 100644 --- a/terraform/main.tf +++ b/terraform/main.tf @@ -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 ] }