We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parent2d26702 commit161f6b1Copy full SHA for 161f6b1
coderd/prebuilds/api.go
@@ -31,7 +31,7 @@ type ReconciliationOrchestrator interface {
31
32
// TrackResourceReplacement handles a pathological situation whereby a terraform resource is replaced due to drift,
33
// which can obviate the whole point of pre-provisioning a prebuilt workspace.
34
-// See more detailnow https://coder.com/docs/admin/templates/extending-templates/prebuilt-workspaces#preventing-resource-replacement.
+// See more detailat https://coder.com/docs/admin/templates/extending-templates/prebuilt-workspaces#preventing-resource-replacement.
35
TrackResourceReplacement(ctx context.Context,workspaceID,buildID uuid.UUID,replacements []*sdkproto.ResourceReplacement)
36
}
37