You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm thinking of this way of representing it, the validation step is kinda useless though.
basically, if a variable's type is equal to bool then it would be nice to have it display as a checkbox rather than a textbox.
The text was updated successfully, but these errors were encountered:
Problem statement
Terraform has a
type = bool
, for variables.Acceptance criteria
On the create workspace screen, Coder renders parameters with
type = bool
with a checkbox or other true/false input. The CLI has a similar behavior.Original issue
I'm thinking of this way of representing it, the validation step is kinda useless though.
basically, if a variable's
type
is equal tobool
then it would be nice to have it display as a checkbox rather than a textbox.The text was updated successfully, but these errors were encountered: