Skip to content

Commit 27bcb1e

Browse files
committed
update note
1 parent 3010c77 commit 27bcb1e

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

docs/admin/templates/extending-templates/parameters.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -293,10 +293,11 @@ data "coder_parameter" "instances" {
293293
}
294294
```
295295
296-
**NOTE:** as of
297-
[`terraform-provider-coder` v0.19.0](https://registry.terraform.io/providers/coder/coder/0.19.0/docs),
298-
`options` can be specified in `number` parameters; this also works with
299-
validations such as `monotonic`.
296+
> [!NOTE]
297+
> As of
298+
> [`terraform-provider-coder` v0.19.0](https://registry.terraform.io/providers/coder/coder/0.19.0/docs),
299+
> `options` can be specified in `number` parameters; this also works with
300+
> validations such as `monotonic`.
300301
301302
### String
302303

0 commit comments

Comments
 (0)