|
14 | 14 | <br> |
15 | 15 | <br> |
16 | 16 |
|
17 | | -[Quickstart](#quickstart) | [Docs](https://coder.com/docs) | |
| 17 | +[Coder Repo](https://github.com/coder/coder) | |
| 18 | +[Docs](https://coder.com/docs) | |
18 | 19 | [Why Coder](https://coder.com/why) | |
19 | 20 | [Premium](https://coder.com/pricing#compare-plans) |
20 | 21 |
|
|
27 | 28 |
|
28 | 29 | </div> |
29 | 30 |
|
30 | | -This repository contains a component of Coder that handles workspace parameter |
31 | | -management via Terraform. It's responsible for extracting and managing |
| 31 | +This repository contains a component of Coder, currently called Preview, that extracts and manages |
32 | 32 | [workspace parameters](https://coder.com/docs/admin/templates/extending-templates/parameters) |
33 | | -from Terraform configurations, supporting [Coder's](https://coder.com) core |
34 | | -functionality of creating cloud development environments (like EC2 VMs, |
35 | | -Kubernetes Pods, and Docker containers). |
| 33 | +from Terraform configurations. |
36 | 34 |
|
37 | | -The primary repository for Coder is [here](https://github.com/coder/coder). |
| 35 | +It provides real-time validation to verify user selections and compatibility while presenting dynamic form controls that |
| 36 | +adapt based on previous choices. |
| 37 | + |
| 38 | +As users select parameters from the template, Preview validates the selection for compatibility and user entitlements. |
| 39 | +The form updates other fields based on the selections and only shows relevant and compatible options. |
| 40 | + |
| 41 | +Once Preview is incorporated in Coder, it will allow template admins to use a variety of form controls with dependencies |
| 42 | +from which users can deploy their ideal workspaces. |
38 | 43 |
|
39 | 44 | <!--Should update this with the new cool form options --> |
40 | 45 | <p align="center"> |
|
0 commit comments