chore: fix tests
This commit is contained in:
parent
65c40ed0ad
commit
c07954592b
@ -58,7 +58,7 @@ const setup = async (props?: SetupProps): Promise<{ id: string }> => {
|
||||
cli_app_display_name: "AgentAPI CLI",
|
||||
cli_app_slug: "agentapi-cli",
|
||||
agentapi_version: "latest",
|
||||
agentapi_server_type: "claude",
|
||||
agent_name: "claude",
|
||||
module_dir_name: moduleDirName,
|
||||
folder: projectDir,
|
||||
...props?.moduleVariables,
|
||||
|
||||
@ -180,8 +180,8 @@ locals {
|
||||
main_script = file("${path.module}/scripts/main.sh")
|
||||
shutdown_script = file("${path.module}/scripts/agentapi-shutdown.sh")
|
||||
|
||||
start_script_name = "${var.agentapi_server_type}-start_script"
|
||||
agentapi_main_script_name = "${var.agentapi_server_type}-main_script"
|
||||
start_script_name = "${var.agent_name}-start_script"
|
||||
agentapi_main_script_name = "${var.agent_name}-main_script"
|
||||
}
|
||||
|
||||
resource "coder_script" "agentapi" {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user