Skip to content

Commit b3b0992

Browse files
authored
Pass ARG_COPILOT_MODEL to install.sh
1 parent f75afeb commit b3b0992

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
@@ -295,6 +295,7 @@ module "agentapi" {
295295
ARG_COPILOT_CONFIG='${base64encode(local.final_copilot_config)}' \
296296
ARG_EXTERNAL_AUTH_ID='${var.external_auth_id}' \
297297
ARG_COPILOT_VERSION='${var.copilot_version}' \
298+
ARG_COPILOT_MODEL='${var.copilot_model}' \
298299
/tmp/install.sh
299300
EOT
300301
}

0 commit comments

Comments
 (0)