chore: fix module reference in coder-utils#826
Merged
DevelopmentCats merged 2 commits intomainfrom Apr 2, 2026
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates the coder-utils module’s public-facing references (name/source/version) and introduces the module’s Terraform implementation for orchestrated multi-step script execution using coder exp sync.
Changes:
- Renames module references from “agent-helper” to “coder-utils” and updates example source/version in documentation.
- Adds
main.tfimplementing pre-install/install/post-install/start script orchestration and related outputs. - Updates associated test metadata (Terraform test header + Bun test suite name).
Reviewed changes
Copilot reviewed 3 out of 4 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
registry/coder/modules/coder-utils/README.md |
Updates module name/title and fixes the registry source/version example to coder-utils@1.0.1. |
registry/coder/modules/coder-utils/main.tftest.hcl |
Renames the test header comment to match coder-utils. |
registry/coder/modules/coder-utils/main.tf |
Adds the Terraform module implementation for orchestrated script execution and script-name outputs. |
registry/coder/modules/coder-utils/main.test.ts |
Renames the Bun test suite label to coder-utils. |
Made-with: Cursor
5610bf0 to
848fbf8
Compare
bpmct
approved these changes
Apr 1, 2026
matifali
approved these changes
Apr 2, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
fix module reference in coder-utils
Type of Change
Module Information
Path:
registry/coder/modules/coder-utilsNew version:
v1.0.1Breaking change: [ ] Yes [x] No
Testing & Validation
bun test)bun fmt)Related Issues