From 8cce563d5142e4868dedc1417082a8c6b76e17f6 Mon Sep 17 00:00:00 2001 From: admin Date: Wed, 28 Jan 2026 15:23:06 -0700 Subject: [PATCH] update lifecyucle for features lines --- terraform/main.tf | 1 + 1 file changed, 1 insertion(+) diff --git a/terraform/main.tf b/terraform/main.tf index 9bf4b20..f0212bf 100644 --- a/terraform/main.tf +++ b/terraform/main.tf @@ -68,6 +68,7 @@ resource "proxmox_virtual_environment_container" "cattle" { 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 + features, # Add this to bypass the 403 error ] } } \ No newline at end of file