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 db8217e commit 5225f77Copy full SHA for 5225f77
registry/coder-labs/modules/copilot/main.tf
@@ -295,6 +295,7 @@ module "agentapi" {
295
ARG_COPILOT_CONFIG='${base64encode(local.final_copilot_config)}' \
296
ARG_EXTERNAL_AUTH_ID='${var.external_auth_id}' \
297
ARG_COPILOT_VERSION='${var.copilot_version}' \
298
+ ARG_COPILOT_MODEL='${var.copilot_model}' \
299
/tmp/install.sh
300
EOT
301
}
0 commit comments