Skip to content

Commit 256953e

Browse files
author
Jay Kumar
committed
docs: fix version in README examples to 0.0.1
🤖 Generated by Coder Agents
1 parent 12183e5 commit 256953e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

registry/coder/modules/boundary/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ The list may contain the following script names:
7777
module "boundary" {
7878
count = data.coder_workspace.me.start_count
7979
source = "registry.coder.com/coder/boundary/coder"
80-
version = "1.0.0"
80+
version = "0.0.1"
8181
agent_id = coder_agent.main.id
8282
compile_boundary_from_source = true
8383
boundary_version = "main"
@@ -90,7 +90,7 @@ module "boundary" {
9090
module "boundary" {
9191
count = data.coder_workspace.me.start_count
9292
source = "registry.coder.com/coder/boundary/coder"
93-
version = "1.0.0"
93+
version = "0.0.1"
9494
agent_id = coder_agent.main.id
9595
use_boundary_directly = true
9696
boundary_version = "latest"

0 commit comments

Comments
 (0)