wip
Signed-off-by: 35C4n0r <work.jaykumar@gmail.com>
This commit is contained in:
parent
327f05487d
commit
149e65b49f
@ -338,14 +338,14 @@ locals {
|
||||
|
||||
# Common environment variables for install script
|
||||
install_env_vars = <<-EOT
|
||||
ARG_CLAUDE_CODE_VERSION='${var.claude_code_version}' \\
|
||||
ARG_MCP_APP_STATUS_SLUG='${local.app_slug}' \\
|
||||
ARG_INSTALL_CLAUDE_CODE='${var.install_claude_code}' \\
|
||||
ARG_REPORT_TASKS='${var.report_tasks}' \\
|
||||
ARG_WORKDIR='${local.workdir}' \\
|
||||
ARG_ALLOWED_TOOLS='${var.allowed_tools}' \\
|
||||
ARG_DISALLOWED_TOOLS='${var.disallowed_tools}' \\
|
||||
ARG_MCP='${var.mcp != null ? base64encode(replace(var.mcp, "'", "'\\''")) : ""}'
|
||||
ARG_CLAUDE_CODE_VERSION='${var.claude_code_version}' \
|
||||
ARG_MCP_APP_STATUS_SLUG='${local.app_slug}' \
|
||||
ARG_INSTALL_CLAUDE_CODE='${var.install_claude_code}' \
|
||||
ARG_REPORT_TASKS='${var.report_tasks}' \
|
||||
ARG_WORKDIR='${local.workdir}' \
|
||||
ARG_ALLOWED_TOOLS='${var.allowed_tools}' \
|
||||
ARG_DISALLOWED_TOOLS='${var.disallowed_tools}' \
|
||||
ARG_MCP='xyz'
|
||||
EOT
|
||||
|
||||
# Common environment variables for start script
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user