We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 12183e5 commit 256953eCopy full SHA for 256953e
1 file changed
registry/coder/modules/boundary/README.md
@@ -77,7 +77,7 @@ The list may contain the following script names:
77
module "boundary" {
78
count = data.coder_workspace.me.start_count
79
source = "registry.coder.com/coder/boundary/coder"
80
- version = "1.0.0"
+ version = "0.0.1"
81
agent_id = coder_agent.main.id
82
compile_boundary_from_source = true
83
boundary_version = "main"
@@ -90,7 +90,7 @@ module "boundary" {
90
91
92
93
94
95
use_boundary_directly = true
96
boundary_version = "latest"
0 commit comments