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

Skip to content

Commit ec55fe1

Browse files
committed
review
1 parent 732ec3d commit ec55fe1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/resources/template.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +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.
86+
- `use_classic_parameter_flow` (Boolean) If true, the classic parameter flow will be used when creating workspaces from this template. Defaults to false.
8787

8888
### Read-Only
8989

internal/provider/template_resource.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -399,7 +399,7 @@ func (r *TemplateResource) Schema(ctx context.Context, req resource.SchemaReques
399399
Default: stringdefault.StaticString(""),
400400
},
401401
"use_classic_parameter_flow": schema.BoolAttribute{
402-
MarkdownDescription: "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.",
402+
MarkdownDescription: "If true, the classic parameter flow will be used when creating workspaces from this template. Defaults to false.",
403403
Optional: true,
404404
Computed: true,
405405
PlanModifiers: []planmodifier.Bool{

0 commit comments

Comments
 (0)