Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 191680b

Browse files
committed
add qs to parameters doc
1 parent 9a3499e commit 191680b

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

docs/admin/templates/extending-templates/parameters.md

+7-2
Original file line numberDiff line numberDiff line change
@@ -384,11 +384,16 @@ For example:
384384
385385
```hcl
386386
...(more example here)
387-
prebuilds {
388-
instances = 1
387+
prebuilds {
388+
instances = 1
389389
}
390390
```
391391
392+
- How to update user-specific data/resources after its assigned?
393+
- Can existing templates be updated?
394+
- Schedule workspaces?
395+
- Do pre-builds in the pool go stale?
396+
392397
## Create Autofill
393398
394399
When the template doesn't specify default values, Coder may still autofill

0 commit comments

Comments
 (0)