-
Notifications
You must be signed in to change notification settings - Fork 881
Rich parameters #5574
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
Comments
I'm going with this issue. First: |
We could warn users in the dashboard and CLI when they interact with a workspace or template configured with the old parameters. |
Good call, might be worth discussing. Currently, the idea is to pull parameters from the previous workspace build, unless the user provided new parameter values via CLI/site. Parameters can also have the If we need transparency, I can park this for development. |
Zoom message from Ammar to address later:
|
Okay. That makes a lot of sense. So we can force that users use the new parameters in order to update their workspace configuration. |
From Ammar on zoom:
|
From Zoom today:
|
As agreed during the Weekly call, I converted this issue into smaller action items, hence closing this one. |
This is a continuation of #3906. Rich parameters will make the following possible:
immutable
, meaning they cannot be changed after initially set. For example: changing theregion
of a workspace may destroy the volume!Eventually, rich parameters may allow us to add:
Call notes:
Next:
Vision:
variables
are template-wide only. In the "template settings" UI, you can edit "variables"The text was updated successfully, but these errors were encountered: