Skip to content

Commit af9a1a5

Browse files
committed
ran bun fmt
1 parent 294b673 commit af9a1a5

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

registry/coder/modules/claude-code/README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -40,14 +40,14 @@ This example shows how to configure the Claude Code module to run the agent behi
4040

4141
```tf
4242
module "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

0 commit comments

Comments
 (0)