File tree Expand file tree Collapse file tree 1 file changed +6
-9
lines changed
registry/coder-labs/modules/codex Expand file tree Collapse file tree 1 file changed +6
-9
lines changed Original file line number Diff line number Diff line change @@ -31,15 +31,12 @@ module "codex" {
3131
3232``` tf
3333module "codex" {
34- count = data.coder_workspace.me.start_count
35- source = "registry.coder.com/coder-labs/codex/coder"
36- version = "1.1.0"
37- agent_id = coder_agent.example.id
38- openai_api_key = "..."
39- install_codex = true
40- codex_version = "latest"
41- folder = "/home/coder/project"
42- codex_system_prompt = "You are a helpful coding assistant. Start every response with `Codex says:`"
34+ count = data.coder_workspace.me.start_count
35+ source = "registry.coder.com/coder-labs/codex/coder"
36+ version = "1.1.0"
37+ agent_id = coder_agent.example.id
38+ openai_api_key = "..."
39+ folder = "/home/coder/project"
4340}
4441```
4542
You can’t perform that action at this time.
0 commit comments