Skip to content

Commit 2aea5b7

Browse files
authored
docs: parameters are not alpha (coder#7487)
1 parent 6f62204 commit 2aea5b7

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

docs/templates/parameters.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
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
42

53
Templates can contain _parameters_, which allow prompting the user for additional information when creating workspaces in both the UI and CLI.
64

@@ -190,7 +188,7 @@ data "coder_parameter" "project_id" {
190188

191189
## Legacy
192190

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 in April 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 in May 2023.
194192

195193
```hcl
196194
variable "use_kubeconfig" {

0 commit comments

Comments
 (0)