Skip to content

Commit 732ec3d

Browse files
committed
wip
1 parent 89f8435 commit 732ec3d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/resources/template.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ resource "coderd_template" "ubuntu-main" {
8383
- `require_active_version` (Boolean) (Enterprise) Whether workspaces must be created from the active version of this template. Defaults to false.
8484
- `time_til_dormant_autodelete_ms` (Number) (Enterprise) The max lifetime before Coder permanently deletes dormant workspaces created from this template.
8585
- `time_til_dormant_ms` (Number) (Enterprise) The max lifetime before Coder locks inactive workspaces created from this template, in milliseconds.
86+
- `use_classic_parameter_flow` (Boolean) If true, the classic parameter flow will be used when creating workspaces from this template. This only affects deployments with the experiment "dynamic-parameters" enabled. Defaults to false.
8687

8788
### Read-Only
8889

0 commit comments

Comments
 (0)