Skip to content

Commit 51089bd

Browse files
author
Jay Kumar
committed
docs(registry/coder/modules/coder-utils): bump version to 1.0.2
1 parent 8729122 commit 51089bd

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

registry/coder/modules/coder-utils/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ The Coder Utils module is a building block for modules that need to run multiple
2020
```tf
2121
module "coder_utils" {
2222
source = "registry.coder.com/coder/coder-utils/coder"
23-
version = "1.0.1"
23+
version = "1.0.2"
2424
2525
agent_id = coder_agent.main.id
2626
agent_name = "myagent"
@@ -58,8 +58,8 @@ The module orchestrates scripts in the following order:
5858

5959
1. **Log File Creation** - Creates module directory and log files
6060
2. **Pre-Install Script** (optional) - Runs before installation
61-
3. **Install Script** - Main installation
61+
3. **Install Script** (optional) - Main installation
6262
4. **Post-Install Script** (optional) - Runs after installation
63-
5. **Start Script** - Starts the application
63+
5. **Start Script** (optional) - Starts the application
6464

6565
Each script waits for its prerequisites to complete before running using `coder exp sync` dependency management.

0 commit comments

Comments
 (0)