chore: update dogfood boundary version (#21421)

Update the dogfood boundary version to a more recent unreleased githash
from main. This change allows dogfooding boundary audit logs and all
other recent boundary changes.
This commit is contained in:
Zach
2026-01-06 08:26:39 -07:00
committed by GitHub
parent 2a7a33bb46
commit 6a40fb0e2c
+12 -11
View File
@@ -897,17 +897,18 @@ resource "coder_script" "boundary_config_setup" {
}
module "claude-code" {
count = data.coder_task.me.enabled ? data.coder_workspace.me.start_count : 0
source = "dev.registry.coder.com/coder/claude-code/coder"
version = "4.2.8"
enable_boundary = true
boundary_version = "v0.2.1"
agent_id = coder_agent.dev.id
workdir = local.repo_dir
claude_code_version = "latest"
order = 999
claude_api_key = data.coder_parameter.use_ai_bridge.value ? data.coder_workspace_owner.me.session_token : var.anthropic_api_key
agentapi_version = "latest"
count = data.coder_task.me.enabled ? data.coder_workspace.me.start_count : 0
source = "dev.registry.coder.com/coder/claude-code/coder"
version = "4.2.8"
enable_boundary = true
compile_boundary_from_source = true
boundary_version = "960680fd4c9a7faf6261880e36ba9f1c3bde323b"
agent_id = coder_agent.dev.id
workdir = local.repo_dir
claude_code_version = "latest"
order = 999
claude_api_key = data.coder_parameter.use_ai_bridge.value ? data.coder_workspace_owner.me.session_token : var.anthropic_api_key
agentapi_version = "latest"
system_prompt = local.claude_system_prompt
ai_prompt = data.coder_task.me.prompt