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 f7ca1df156ec4e6660bbc5d8bc04d78ef25194b7
2 changes: 1 addition & 1 deletion docs/templates/parameters.md
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ data "coder_parameter" "cpu" {

- 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.

6. Update all workspaces to the uploaded template version.
6. Update all workspaces to the updated template version (3rd).
7. Delete legacy parameters.

As a template improvement, the template author can consider making some of the new `coder_parameter` resources `mutable`.
Expand Down