Skip to content

Commit 253ce23

Browse files
chore: apply suggestions from code review
Co-authored-by: Edward Angert <EdwardAngert@users.noreply.github.com>
1 parent e8634fa commit 253ce23

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/admin/templates/extending-templates/prebuilt-workspaces.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -91,9 +91,9 @@ You can view available prebuilt workspaces in the **Workspaces** view in the Cod
9191
![A prebuilt workspace in the dashboard](../../../images/admin/templates/extend-templates/prebuilt/prebuilt-workspaces.png)
9292
_Note the search term `owner:prebuilds`._
9393

94-
Prebuilt workspaces may be operated on like any other workspace. However, if a prebuilt workspace is stopped, the
95-
reconciliation loop will not destroy it. The intention behind this design is to give operators the ability to park
96-
problematic prebuilt workspaces in a stopped state for further investigation.
94+
Prebuilt workspaces can be maintained and updated in the same way as any other workspace.
95+
However, if a Prebuilt workspace is stopped, the reconciliation loop will not destroy it.
96+
This gives template admins the ability to park problematic prebuilt workspaces in a stopped state for further investigation.
9797

9898
### Template updates and the prebuilt workspace lifecycle
9999

@@ -173,7 +173,7 @@ For example, the [`ami`](https://registry.terraform.io/providers/hashicorp/aws/l
173173
has [`ForceNew`](https://github.com/hashicorp/terraform-provider-aws/blob/main/internal/service/ec2/ec2_instance.go#L75-L81) set,
174174
since the AMI cannot be changed in-place._
175175

176-
#### Updating claimed prebuilt workspaces' templates
176+
#### Updating claimed prebuilt workspace templates
177177

178178
Once a prebuilt workspace has been claimed, and if its template uses `ignore_changes`, users may run into an issue where the agent
179179
does not reconnect after a template update. This shortcoming is described in [this issue](https://github.com/coder/coder/issues/17840)

0 commit comments

Comments
 (0)