From bb03aae627162dbc746f25d4cb27366ac470ad1c Mon Sep 17 00:00:00 2001 From: 35C4n0r Date: Fri, 13 Feb 2026 22:18:18 +0530 Subject: [PATCH] feat: point source to registry --- registry/coder/modules/agentapi/main.tf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/registry/coder/modules/agentapi/main.tf b/registry/coder/modules/agentapi/main.tf index 4a2060c4..2034d258 100644 --- a/registry/coder/modules/agentapi/main.tf +++ b/registry/coder/modules/agentapi/main.tf @@ -215,7 +215,8 @@ locals { } module "agent-helper" { - source = "git::https://github.com/coder/registry.git//registry/coder/modules/agent-helper?ref=35C4n0r/feat-agent-helper-module" + source = "registry.coder.com/coder/agent-helper/coder" + version = "1.0.0" agent_id = var.agent_id agent_name = var.agent_name module_dir_name = var.module_dir_name