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 9a3499e commit 191680bCopy full SHA for 191680b
docs/admin/templates/extending-templates/parameters.md
@@ -384,11 +384,16 @@ For example:
384
385
```hcl
386
...(more example here)
387
- prebuilds {
388
- instances = 1
+ prebuilds {
+ instances = 1
389
}
390
```
391
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
+
397
## Create Autofill
398
399
When the template doesn't specify default values, Coder may still autofill
0 commit comments