We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf485a4 commit c4f210bCopy full SHA for c4f210b
registry/coder-labs/modules/copilot/main.tf
@@ -290,6 +290,7 @@ module "agentapi" {
290
ARG_WORKDIR='${local.workdir}' \
291
ARG_MCP_CONFIG='${var.mcp_config != "" ? base64encode(var.mcp_config) : ""}' \
292
ARG_COPILOT_CONFIG='${base64encode(local.final_copilot_config)}' \
293
+ ARG_COPILOT_MODEL='${var.copilot_model}' \
294
ARG_EXTERNAL_AUTH_ID='${var.external_auth_id}' \
295
/tmp/install.sh
296
EOT
0 commit comments