10000 docs: parameters by bpmct · Pull Request #6332 · coder/coder · GitHub
[go: up one dir, main page]

Skip to content

docs: parameters #6332

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 2 commits into from
Feb 24, 2023
Merged
Changes from 1 commit
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
Prev Previous commit
mention legacy parameters
  • Loading branch information
bpmct committed Feb 24, 2023
commit fa3cb5588faa10adc6e29d206649dc0b35aecc21
8 changes: 7 additions & 1 deletion docs/templates.md
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,13 @@ provider "docker" {
> For a complete list of supported parameter types, see the
> [coder_parameter Terraform reference](https://registry.terraform.io/providers/coder/coder/latest/docs/data-sources/parameter)

#### Start/stop
#### Legacy parameters (deprecated)

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 are deprecated and will be removed in April 2023.

> ⚠️ Legacy (`variable`) parameters and rich parameters cannot be used in the same template.

### Start/stop

[Learn about resource persistence in Coder](./templates/resource-persistence.md)

Expand Down
0