We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12143d1 commit 60e98a3Copy full SHA for 60e98a3
docs/templates/parameters.md
@@ -227,7 +227,7 @@ data "coder_parameter" "cpu" {
227
- Use `legacy_variable_name` and `legacy_variable` to link both.
228
- Mark the new parameter as `mutable`, so that Coder will not block updating existing workspaces.
229
230
-2. Update all workspaces to the uploaded template version. Coder will populate `coder_parameter`s with values from legacy parameters.
+2. Update all workspaces to the updated template version. Coder will populate the added `coder_parameter`s with values from legacy variables.
231
3. Prepare another template version:
232
233
- Remove migrated variable.
0 commit comments