We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57e7fcd commit 0a0657cCopy full SHA for 0a0657c
registry/coder-labs/modules/codex/README.md
@@ -12,11 +12,11 @@ Run Codex CLI in your workspace to access OpenAI's models through the Codex inte
12
13
```tf
14
module "codex" {
15
- source = "registry.coder.com/coder-labs/codex/coder"
16
- version = "1.0.0"
17
- agent_id = coder_agent.example.id
18
- openai_api_key = var.openai_api_key
19
- folder = "/home/coder/project"
+ source = "registry.coder.com/coder-labs/codex/coder"
+ version = "1.0.0"
+ agent_id = coder_agent.example.id
+ openai_api_key = var.openai_api_key
+ folder = "/home/coder/project"
20
}
21
```
22
0 commit comments