Skip to content

Commit 0a0657c

Browse files
chore: bun run fmt
1 parent 57e7fcd commit 0a0657c

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

registry/coder-labs/modules/codex/README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@ Run Codex CLI in your workspace to access OpenAI's models through the Codex inte
1212

1313
```tf
1414
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"
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"
2020
}
2121
```
2222

0 commit comments

Comments
 (0)