mirror of
https://github.com/coder/coder.git
synced 2026-09-24 15:04:27 +08:00
chore: add note about options use in numeric parameters (#12770)
This commit is contained in:
Vendored
+5
@@ -266,6 +266,11 @@ data "coder_parameter" "instances" {
|
||||
}
|
||||
```
|
||||
|
||||
**NOTE:** as of
|
||||
[`terraform-provider-coder` v0.19.0](https://registry.terraform.io/providers/coder/coder/0.19.0/docs),
|
||||
`options` can be specified in `number` parameters; this also works with
|
||||
validations such as `monotonic`.
|
||||
|
||||
### String
|
||||
|
||||
You can validate a `string` parameter to match a regular expression. The `regex`
|
||||
|
||||
Reference in New Issue
Block a user