Skip to content

Commit 6439616

Browse files
committed
less-specific resource replacement
1 parent d95806b commit 6439616

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ When a prebuilt workspace is claimed, another `terraform apply` run occurs with
132132
This can cause issues:
133133

134134
1. The workspace is initially created with values from the `prebuilds` user and a random name.
135-
1. After claiming, the workspace owner and name change, which Terraform sees as configuration drift.
135+
1. After claiming, various workspace properties change (ownership, name, and potentially other values), which Terraform sees as configuration drift.
136136
1. If these values are used in immutable fields, Terraform will destroy and recreate the resource, eliminating the benefit of prebuilds.
137137

138138
For example, when these values are used in immutable fields like the AWS instance `user_data`, you'll see resource replacement during claiming:

0 commit comments

Comments
 (0)