Skip to content

Commit c4fae64

Browse files
chore: add claude_api_key variable to first usage example
1 parent 43e1a08 commit c4fae64

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

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

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,11 @@ Run the [Claude Code](https://docs.anthropic.com/en/docs/agents-and-tools/claude
1212

1313
```tf
1414
module "claude-code" {
15-
source = "registry.coder.com/coder/claude-code/coder"
16-
version = "3.0.0"
17-
agent_id = coder_agent.example.id
18-
workdir = "/home/coder/project"
15+
source = "registry.coder.com/coder/claude-code/coder"
16+
version = "3.0.0"
17+
agent_id = coder_agent.example.id
18+
workdir = "/home/coder/project"
19+
claude_api_key = "xxxx-xxxxx-xxxx"
1920
}
2021
```
2122

0 commit comments

Comments
 (0)