From b1fd7351c2ac03d38464b46edb938dfce635ac2b Mon Sep 17 00:00:00 2001 From: admin Date: Wed, 28 Jan 2026 16:13:57 -0700 Subject: [PATCH] add mount points to be lifecycle ignored --- terraform/main.tf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/terraform/main.tf b/terraform/main.tf index fb8d0b6..6e9ac73 100644 --- a/terraform/main.tf +++ b/terraform/main.tf @@ -74,7 +74,8 @@ 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 + features, + mount_point ] } } \ No newline at end of file