Skip to content

Commit 6cb1fc8

Browse files
authored
chore: add note about options use in numeric parameters (coder#12770)
1 parent 0da29d7 commit 6cb1fc8

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docs/templates/parameters.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -266,6 +266,11 @@ data "coder_parameter" "instances" {
266266
}
267267
```
268268

269+
**NOTE:** as of
270+
[`terraform-provider-coder` v0.19.0](https://registry.terraform.io/providers/coder/coder/0.19.0/docs),
271+
`options` can be specified in `number` parameters; this also works with
272+
validations such as `monotonic`.
273+
269274
### String
270275

271276
You can validate a `string` parameter to match a regular expression. The `regex`

0 commit comments

Comments
 (0)