Skip to content

Commit 568dd85

Browse files
refactor: move configuration to config.yaml
1 parent ced56a3 commit 568dd85

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

dogfood/coder/boundary-config.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -217,3 +217,6 @@ allowlist:
217217
- domain=www.json-schema.org
218218
- domain=json.schemastore.org
219219
- domain=www.schemastore.org
220+
log_dir: /tmp/boundary_logs
221+
log_level: warn
222+
proxy_port: 8087

dogfood/coder/main.tf

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -860,13 +860,9 @@ resource "coder_script" "boundary_config_setup" {
860860
module "claude-code" {
861861
count = data.coder_task.me.enabled ? data.coder_workspace.me.start_count : 0
862862
source = "dev.registry.coder.com/coder/claude-code/coder"
863-
version = "4.0.0"
863+
version = "4.1.0"
864864
enable_boundary = true
865-
boundary_version = "cb50342a4065f7d44e497f26cb2c769922ed60a9" # feat: initial implementation of config file support #79
866-
boundary_log_dir = "/tmp/boundary_logs"
867-
boundary_log_level = "WARN"
868-
boundary_additional_allowed_urls = []
869-
boundary_proxy_port = "8087"
865+
boundary_version = "v0.2.0
870866
agent_id = coder_agent.dev.id
871867
workdir = local.repo_dir
872868
claude_code_version = "latest"

0 commit comments

Comments
 (0)