File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
docs/admin/templates/extending-templates Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ Prebuilt workspaces are tightly integrated with [workspace presets](./parameters
25
25
## Prerequisites
26
26
27
27
- [ ** Premium license** ] ( ../../licensing/index.md )
28
- - ** Compatible Terraform provider** : Use ` coder/coder ` Terraform provider ` >= 2.3.0-pre2 ` . ( ** TODO: update with latest version ** )
28
+ - ** Compatible Terraform provider** : Use ` coder/coder ` Terraform provider ` >= 2.4.0 ` .
29
29
- ** Feature flag** : Enable the ` workspace-prebuilds ` [ experiment] ( ../../../reference/cli/server.md#--experiments ) .
30
30
31
31
## Enable prebuilt workspaces for template presets
@@ -84,7 +84,7 @@ Prebuilt workspaces follow a specific lifecycle from creation through eligibilit
84
84
[ ` coder_workspace_owner ` ] ( https://registry.terraform.io/providers/coder/coder/latest/docs/data-sources/workspace_owner )
85
85
datasources (see [ Preventing resource replacement] ( #preventing-resource-replacement ) for further considerations).
86
86
87
- The developer doesn't see the claiming process— the workspace is ready faster than usual.
87
+ The developer doesn't see the claiming process — the workspace will just be ready faster than usual.
88
88
89
89
You can view available prebuilt workspaces in the ** Workspaces** view in the Coder dashboard:
90
90
You can’t perform that action at this time.
0 commit comments