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 3010c77 commit 27bcb1eCopy full SHA for 27bcb1e
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