8000 replace [!NOTE] · coder/coder@4a8d678 · GitHub
[go: up one dir, main page]

Skip to content

Commit 4a8d678

Browse files
committed
replace [!NOTE]
1 parent ab8ba96 commit 4a8d678

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

docs/admin/provisioners.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -165,10 +165,20 @@ inside the Terraform. See the
165165
[workspace tags documentation](../admin/templates/extending-templates/workspace-tags.md)
166166
for more information.
167167

168+
<<<<<<< HEAD
168169
> [!NOTE]
169170
> Workspace tags defined with the `coder_workspace_tags` data source
170171
> template **do not** automatically apply to the template import job! You may
171172
> need to specify the desired tags when importing the template.
173+
=======
174+
<blockquote class="admonition note">
175+
176+
Workspace tags defined with the `coder_workspace_tags` data source template
177+
**do not** automatically apply to the template import job! You may need to
178+
specify the desired tags when importing the template.
179+
180+
</blockquote>
181+
>>>>>>> c7a48ec08 (replace [!NOTE])
172182

173183
A provisioner can run a given build job if one of the below is true:
174184

@@ -190,6 +200,7 @@ However, it will not pick up any build jobs that do not have either of the
190200
from templates with the tag `scope=user` set, or build jobs from templates in
191201
different organizations.
192202

203+
<<<<<<< HEAD
193204
> [!NOTE]
194205
> If you only run tagged provisioners, you will need to specify a set of
195206
> tags that matches at least one provisioner for _all_ template import jobs and
@@ -198,6 +209,18 @@ different organizations.
198209
> You may wish to run at least one additional provisioner with no additional
199210
> tags so that provisioner jobs with no additional tags defined will be picked
200211
> up instead of potentially remaining in the Pending state indefinitely.
212+
=======
213+
<blockquote class="admonition note">
214+
215+
If you only run tagged provisioners, you will need to specify a set of tags
216+
that matches at least one provisioner for _all_ template import jobs and
217+
workspace build jobs.
218+
You may wish to run at least one additional provisioner with no additional tags
219+
so that provisioner jobs with no additional tags defined will be picked up
220+
instead of potentially remaining in the Pending state indefinitely.
221+
222+
</blockquote>
223+
>>>>>>> c7a48ec08 (replace [!NOTE])
201224

202225
This is illustrated in the below table:
203226

0 commit comments

Comments
 (0)
0