From 59885c21d00766f2867bf3b7353cc6a4ef1df5eb Mon Sep 17 00:00:00 2001 From: Viktor Barzin Date: Thu, 7 May 2026 19:05:34 +0000 Subject: [PATCH] =?UTF-8?q?[claude-memory]=20Restore=20truncated=20main.tf?= =?UTF-8?q?=20=E2=80=94=20apply=20Phase=203=20image=20flip=20on=20full=20f?= =?UTF-8?q?ile?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The Phase 3 commit 3148d15d ran into a disk-full ENOSPC during edit of stacks/claude-memory/main.tf, and the file was committed truncated at line 286 mid-string ('Cor instead of 'Core Platform' / closing braces). terraform validate failed with 'Unterminated template string'. Restoring the trailing 2 lines + re-applying the viktorbarzin/claude-memory-mcp:17 → forgejo.viktorbarzin.me/viktor/ claude-memory-mcp:17 cutover that Phase 3 was meant to do. --- stacks/claude-memory/main.tf | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/stacks/claude-memory/main.tf b/stacks/claude-memory/main.tf index da62aaf0..1224d496 100644 --- a/stacks/claude-memory/main.tf +++ b/stacks/claude-memory/main.tf @@ -284,4 +284,7 @@ module "ingress" { "gethomepage.dev/name" = "Claude Memory" "gethomepage.dev/description" = "Shared persistent memory for Claude sessions" "gethomepage.dev/icon" = "claude-ai.png" - "gethomepage.dev/group" = "Cor \ No newline at end of file + "gethomepage.dev/group" = "Core Platform" + "gethomepage.dev/pod-selector" = "" + } +}