From 6cb1fc89561cd9e74b884b89ac01b3786054db3e Mon Sep 17 00:00:00 2001 From: Danny Kopping Date: Wed, 27 Mar 2024 13:46:41 +0200 Subject: [PATCH] chore: add note about options use in numeric parameters (#12770) --- docs/templates/parameters.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/templates/parameters.md b/docs/templates/parameters.md index 9b31dda455..e91d587cb7 100644 --- a/docs/templates/parameters.md +++ b/docs/templates/parameters.md @@ -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`