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 60e98a3 commit cc2c21cCopy full SHA for cc2c21c
docs/templates/parameters.md
@@ -224,7 +224,7 @@ data "coder_parameter" "cpu" {
224
1. Prepare and update a new template version:
225
226
- Add `coder_parameter` resource matching the legacy parameter to migrate.
227
-- Use `legacy_variable_name` and `legacy_variable` to link both.
+- Use `legacy_variable_name` and `legacy_variable` to link the `coder_parameter` to the legacy variable.
228
- Mark the new parameter as `mutable`, so that Coder will not block updating existing workspaces.
229
230
2. Update all workspaces to the updated template version. Coder will populate the added `coder_parameter`s with values from legacy variables.
0 commit comments