diff --git a/registry/coder/modules/claude-code/main.tf b/registry/coder/modules/claude-code/main.tf index d526d3ba..df9bc7e6 100644 --- a/registry/coder/modules/claude-code/main.tf +++ b/registry/coder/modules/claude-code/main.tf @@ -345,8 +345,8 @@ resource "coder_script" "install_agent" { agent_id = var.agent_id display_name = "Install agent" run_on_start = true - log_path = "${local.module_dir_name}/install.log" - script = <<-EOT + # log_path = "${local.module_dir_name}/install.log" + script = <