From c9cccc783f1675b9c2c90e91da5cefaf7398aa7a Mon Sep 17 00:00:00 2001 From: Hugo Dutka Date: Sat, 2 Aug 2025 10:19:03 +0200 Subject: [PATCH] Update main.tf --- registry/coder/modules/claude-code/main.tf | 1 + 1 file changed, 1 insertion(+) diff --git a/registry/coder/modules/claude-code/main.tf b/registry/coder/modules/claude-code/main.tf index d8d4b9b5..e6ea1cd8 100644 --- a/registry/coder/modules/claude-code/main.tf +++ b/registry/coder/modules/claude-code/main.tf @@ -9,6 +9,7 @@ terraform { } } + variable "agent_id" { type = string description = "The ID of a Coder agent."