Skip to content

Commit 85249d9

Browse files
authored
Update docs/admin/templates/extending-templates/parameters.md
1 parent b7ac4be commit 85249d9

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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

+3-1
Original file line numberDiff line numberDiff line change
@@ -374,7 +374,9 @@ data "coder_parameter" "jetbrains_ide" {
374374
## Create Autofill
375375
376376
When the template doesn't specify default values, Coder may still autofill
377-
parameters. To enable this feature, run the Coder server with:
377+
parameters.
378+
379+
Enable this feature with the `--experiments` flag:
378380
379381
```shell
380382
coder server --experiments=auto-fill-parameters

0 commit comments

Comments
 (0)