Skip to content

docs: describe rich parameters #6527

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 14 commits into from
Mar 9, 2023
Prev Previous commit
Next Next commit
Update docs/templates/parameters.md
Co-authored-by: Cian Johnston <public@cianjohnston.ie>
  • Loading branch information
mtojek and johnstcn authored Mar 9, 2023
commit b7dac53eedb8e275abddfe8aa51d52bb049ac0fc
3 changes: 2 additions & 1 deletion docs/templates/parameters.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,8 @@ data "coder_parameter" "account_name" {
}
```

If a parameter contains the `default` property, coder will use it when the workspace user doesn't specify the custom value:
If a parameter contains the `default` property, Coder will use this value
if the user does not specify any:

```hcl
data "coder_parameter" "base_image" {
Expand Down