mirror of
https://github.com/coder/coder.git
synced 2025-07-15 22:20:27 +00:00
docs: fix formatting of note callouts (#16761)
Fixes the formatting of several note callouts. Previously, these would render incorrectly both on GitHub and on the documentation site.
This commit is contained in:
@ -166,7 +166,8 @@ inside the Terraform. See the
|
||||
[workspace tags documentation](../admin/templates/extending-templates/workspace-tags.md)
|
||||
for more information.
|
||||
|
||||
> [!NOTE] Workspace tags defined with the `coder_workspace_tags` data source
|
||||
> [!NOTE]
|
||||
> Workspace tags defined with the `coder_workspace_tags` data source
|
||||
> template **do not** automatically apply to the template import job! You may
|
||||
> need to specify the desired tags when importing the template.
|
||||
|
||||
@ -190,7 +191,8 @@ However, it will not pick up any build jobs that do not have either of the
|
||||
from templates with the tag `scope=user` set, or build jobs from templates in
|
||||
different organizations.
|
||||
|
||||
> [!NOTE] If you only run tagged provisioners, you will need to specify a set of
|
||||
> [!NOTE]
|
||||
> If you only run tagged provisioners, you will need to specify a set of
|
||||
> tags that matches at least one provisioner for _all_ template import jobs and
|
||||
> workspace build jobs.
|
||||
>
|
||||
|
@ -79,7 +79,8 @@ data "coder_parameter" "security_groups" {
|
||||
}
|
||||
```
|
||||
|
||||
> [!NOTE] Overriding a `list(string)` on the CLI is tricky because:
|
||||
> [!NOTE]
|
||||
> Overriding a `list(string)` on the CLI is tricky because:
|
||||
>
|
||||
> - `--parameter "parameter_name=parameter_value"` is parsed as CSV.
|
||||
> - `parameter_value` is parsed as JSON.
|
||||
|
Reference in New Issue
Block a user