|
1 |
| -#Parameters (alpha) |
2 |
| - |
3 |
| ->Parameters are an[alpha feature](../contributing/feature-stages.md#alpha-features). See the[Rich Parameters Milestone](https://github.com/coder/coder/milestone/11) for more details. |
| 1 | +#Parameters |
4 | 2 |
|
5 | 3 | Templates can contain_parameters_, which allow prompting the user for additional information when creating workspaces in both the UI and CLI.
|
6 | 4 |
|
@@ -190,7 +188,7 @@ data "coder_parameter" "project_id" {
|
190 | 188 |
|
191 | 189 | ##Legacy
|
192 | 190 |
|
193 |
| -Prior to Coder v0.16.0 (Jan 2023), parameters were defined via Terraform`variable` blocks. These "legacy parameters" can still be used in templates, but will be removed inApril 2023. |
| 191 | +Prior to Coder v0.16.0 (Jan 2023), parameters were defined via Terraform`variable` blocks. These "legacy parameters" can still be used in templates, but will be removed inMay 2023. |
194 | 192 |
|
195 | 193 | ```hcl
|
196 | 194 | variable "use_kubeconfig" {
|
|