Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98c05b3 commit d17bcc7Copy full SHA for d17bcc7
docs/admin/templates/extending-templates/parameters.md
@@ -293,10 +293,11 @@ data "coder_parameter" "instances" {
293
}
294
```
295
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`.
+> [!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
300
+> validations such as `monotonic`.
301
302
### String
303
0 commit comments