8000 feat: import value from legacy variable to build parameter by mtojek · Pull Request #6556 · coder/coder · GitHub
[go: up one dir, main page]

Skip to content

feat: import value from legacy variable to build parameter #6556

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 20 commits into from
Mar 14, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update docs/templates/parameters.md
Co-authored-by: Mathias Fredriksson <mafredri@gmail.com>
  • Loading branch information
mtojek and mafredri authored Mar 14, 2023
commit 16cff465cc3959fac080eeb7fab7e4abd07077f7
2 changes: 1 addition & 1 deletion docs/templates/parameters.md
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ data "coder_parameter" "cpu" {
- Remove properties `legacy_variable` and `legacy_variable_name` from `coder_parameter`s.

4. Update all workspaces to the updated template version (2nd).
5. Prepare another template version:
5. Prepare a third template version:

- Enable the `feature_use_managed_variables` provider flag to use managed Terraform variables for template customization. Once the flag is enabled, legacy parameters won't be used.

Expand Down
0