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 a29358b commit 425496eCopy full SHA for 425496e
workspaces/workspaces-as-code/templates.md
@@ -243,18 +243,23 @@ start:
243
GOPATH: /home/coder/go
244
```
245
246
-#### workspace.dev-urls
+#### workspace.dev-urls.value
247
248
This list allows you to provision [dev URLs](../devurls.md) using the workspaces
249
as code configuration file. The dev URLs will be provisioned _in addition to_
250
any dev URLs you create.
251
252
```yaml
253
dev-urls:
254
- - name: PublicPort
255
- port: 8080
256
- scheme: https
257
- access: public
+ value:
+ - name: PublicPort
+ port: 8080
+ scheme: https
258
+ access: public
259
+ - name: PrivatePort
260
+ port: 8000
261
262
+ access: private
263
264
265
#### workspace.dev-urls.value[*].name
0 commit comments