File tree Expand file tree Collapse file tree
registry/coder/modules/coder-utils Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ The Coder Utils module is a building block for modules that need to run multiple
2020``` tf
2121module "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
59591 . ** Log File Creation** - Creates module directory and log files
60602 . ** Pre-Install Script** (optional) - Runs before installation
61- 3 . ** Install Script** - Main installation
61+ 3 . ** Install Script** (optional) - Main installation
62624 . ** Post-Install Script** (optional) - Runs after installation
63- 5 . ** Start Script** - Starts the application
63+ 5 . ** Start Script** (optional) - Starts the application
6464
6565Each script waits for its prerequisites to complete before running using ` coder exp sync ` dependency management.
You can’t perform that action at this time.
0 commit comments