We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90ebd16 commit 9f09c63Copy full SHA for 9f09c63
workspaces/workspaces-as-code/templates.md
@@ -233,18 +233,23 @@ start:
233
GOPATH: /home/coder/go
234
```
235
236
-#### workspace.dev-urls
+#### workspace.dev-urls.value
237
238
This list allows you to provision [dev URLs](../devurls.md) using the workspaces
239
as code configuration file. The dev URLs will be provisioned _in addition to_
240
any dev URLs you create.
241
242
```yaml
243
dev-urls:
244
- - name: PublicPort
245
- port: 8080
246
- scheme: https
247
- access: public
+ value:
+ - name: PublicPort
+ port: 8080
+ scheme: https
248
+ access: public
249
+ - name: PrivatePort
250
+ port: 8000
251
252
+ access: private
253
254
255
#### workspace.dev-urls.value[*].name
0 commit comments