Skip to content

docs: parameters are not alpha #7487

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

Merged
merged 1 commit into from
May 15, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 2 additions & 4 deletions docs/templates/parameters.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
# Parameters (alpha)

> 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.
# Parameters

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

Expand Down Expand Up @@ -190,7 +188,7 @@ data "coder_parameter" "project_id" {

## Legacy

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.
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.
Copy link
Member

@matifali matifali May 11, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thoughts on linking the migration guide here?
https://coder.com/docs/v2/latest/templates/parameters


```hcl
variable "use_kubeconfig" {
Expand Down