Skip to content

Commit ad61bdd

Browse files
chore: fix module reference in coder-utils (#826)
## Description fix module reference in coder-utils <!-- Briefly describe what this PR does and why --> ## Type of Change - [ ] New module - [ ] New template - [x] Bug fix - [ ] Feature/enhancement - [ ] Documentation - [ ] Other ## Module Information **Path:** `registry/coder/modules/coder-utils` **New version:** `v1.0.1` **Breaking change:** [ ] Yes [x] No ## Testing & Validation - [X] Tests pass (`bun test`) - [X] Code formatted (`bun fmt`) - [X] Changes tested locally ## Related Issues <!-- Link related issues or write "None" if not applicable -->
1 parent eea5b24 commit ad61bdd

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ The Coder Utils module is a building block for modules that need to run multiple
1818
> - The `agent_name` should be the same as that of the agentapi module's `agent_name` if used together.
1919
2020
```tf
21-
module "coder_helper" {
21+
module "coder_utils" {
2222
source = "registry.coder.com/coder/coder-utils/coder"
23-
version = "1.0.0"
23+
version = "1.0.1"
2424
2525
agent_id = coder_agent.main.id
2626
agent_name = "myagent"

0 commit comments

Comments
 (0)