From 4732deb3273d357ab502bd44911d40c296913eac Mon Sep 17 00:00:00 2001 From: 35C4n0r Date: Sat, 7 Feb 2026 04:55:38 +0000 Subject: [PATCH] debug --- registry/coder/modules/agentapi/main.tf | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/registry/coder/modules/agentapi/main.tf b/registry/coder/modules/agentapi/main.tf index c624d5e9..64f4dd36 100644 --- a/registry/coder/modules/agentapi/main.tf +++ b/registry/coder/modules/agentapi/main.tf @@ -251,17 +251,17 @@ locals { ]) } -# module "agent-helper" { -# source = "git::https://github.com/coder/registry.git//registry/coder/modules/agent-helper?ref=35C4n0r/feat-agent-helper-module" -# agent_id = var.agent_id -# agent_name = var.agent_name -# module_dir_name = var.module_dir_name -# -# pre_install_script = local.helper_pre_install_script -# install_script = local.helper_install_script -# post_install_script = local.helper_post_install_script -# start_script = local.helper_start_script -# } +module "agent-helper" { + source = "git::https://github.com/coder/registry.git//registry/coder/modules/agent-helper?ref=35C4n0r/feat-agent-helper-module" + agent_id = var.agent_id + agent_name = var.agent_name + module_dir_name = var.module_dir_name + + pre_install_script = local.helper_pre_install_script + install_script = local.helper_install_script + post_install_script = local.helper_post_install_script + start_script = local.helper_start_script +} # resource "coder_script" "agentapi" { # count = var.enable_agentapi ? 1 : 0