File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
registry/coder/modules/claude-code Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -40,14 +40,14 @@ This example shows how to configure the Claude Code module to run the agent behi
4040
4141``` tf
4242module "claude-code" {
43- source = "dev.registry.coder.com/coder/claude-code/coder"
44- enable_boundary = true
45- boundary_version = "main"
46- boundary_log_dir = "/tmp/boundary_logs"
47- boundary_log_level = "WARN"
43+ source = "dev.registry.coder.com/coder/claude-code/coder"
44+ enable_boundary = true
45+ boundary_version = "main"
46+ boundary_log_dir = "/tmp/boundary_logs"
47+ boundary_log_level = "WARN"
4848 boundary_additional_allowed_urls = ["GET *google.com"]
49- boundary_proxy_port = "8087"
50- version = "3.2.1"
49+ boundary_proxy_port = "8087"
50+ version = "3.2.1"
5151}
5252```
5353
You can’t perform that action at this time.
0 commit comments