Skip to content

Commit 04e760e

Browse files
chore: update version to 2.0.0 for major version bump
1 parent a271751 commit 04e760e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Run Codex CLI in your workspace to access OpenAI's models through the Codex inte
1313
```tf
1414
module "codex" {
1515
source = "registry.coder.com/coder-labs/codex/coder"
16-
version = "1.1.0"
16+
version = "2.0.0"
1717
agent_id = coder_agent.example.id
1818
openai_api_key = var.openai_api_key
1919
folder = "/home/coder/project"
@@ -33,7 +33,7 @@ module "codex" {
3333
module "codex" {
3434
count = data.coder_workspace.me.start_count
3535
source = "registry.coder.com/coder-labs/codex/coder"
36-
version = "1.1.0"
36+
version = "2.0.0"
3737
agent_id = coder_agent.example.id
3838
openai_api_key = "..."
3939
folder = "/home/coder/project"
@@ -60,7 +60,7 @@ module "coder-login" {
6060
6161
module "codex" {
6262
source = "registry.coder.com/coder-labs/codex/coder"
63-
version = "1.1.0"
63+
version = "2.0.0"
6464
agent_id = coder_agent.example.id
6565
openai_api_key = "..."
6666
ai_prompt = data.coder_parameter.ai_prompt.value
@@ -106,7 +106,7 @@ For custom Codex configuration, use `base_config_toml` and/or `additional_mcp_se
106106
```tf
107107
module "codex" {
108108
source = "registry.coder.com/coder-labs/codex/coder"
109-
version = "1.1.0"
109+
version = "2.0.0"
110110
# ... other variables ...
111111
112112
# Override default configuration

0 commit comments

Comments
 (0)