feat: point source to registry

This commit is contained in:
35C4n0r 2026-02-13 22:18:18 +05:30
parent d9fd6453dd
commit bb03aae627
No known key found for this signature in database
GPG Key ID: 5B71E5C9D18D5675

View File

@ -215,7 +215,8 @@ locals {
} }
module "agent-helper" { 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_id = var.agent_id
agent_name = var.agent_name agent_name = var.agent_name
module_dir_name = var.module_dir_name module_dir_name = var.module_dir_name