From 191f4ca2c20581757909ea1a9c75138090c9a58e Mon Sep 17 00:00:00 2001 From: 35C4n0r Date: Sat, 7 Feb 2026 04:48:57 +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 64f4dd36..c624d5e9 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