Skip to content

Commit c4f210b

Browse files
fix: add ARG_COPILOT_MODEL to agentapi install script
1 parent cf485a4 commit c4f210b

File tree

1 file changed

+1
-0
lines changed
  • registry/coder-labs/modules/copilot

1 file changed

+1
-0
lines changed

registry/coder-labs/modules/copilot/main.tf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -290,6 +290,7 @@ module "agentapi" {
290290
ARG_WORKDIR='${local.workdir}' \
291291
ARG_MCP_CONFIG='${var.mcp_config != "" ? base64encode(var.mcp_config) : ""}' \
292292
ARG_COPILOT_CONFIG='${base64encode(local.final_copilot_config)}' \
293+
ARG_COPILOT_MODEL='${var.copilot_model}' \
293294
ARG_EXTERNAL_AUTH_ID='${var.external_auth_id}' \
294295
/tmp/install.sh
295296
EOT

0 commit comments

Comments
 (0)