@@ -166,9 +166,13 @@ inside the Terraform. See the
166
166
[workspace tags documentation](../admin/templates/extending-templates/workspace-tags.md)
167
167
for more information.
168
168
169
- > [! NOTE] Workspace tags defined with the ` coder_workspace_tags` data source
170
- > template ** do not** automatically apply to the template import job! You may
171
- > need to specify the desired tags when importing the template.
169
+ < blockquote class=" admonition note" >
170
+
171
+ Workspace tags defined with the ` coder_workspace_tags` data source template
172
+ ** do not** automatically apply to the template import job! You may need to
173
+ specify the desired tags when importing the template.
174
+
175
+ < /blockquote>
172
176
173
177
A provisioner can run a given build job if one of the below is true:
174
178
@@ -190,13 +194,16 @@ However, it will not pick up any build jobs that do not have either of the
190
194
from templates with the tag ` scope=user` set, or build jobs from templates in
191
195
different organizations.
192
196
193
- > [! NOTE] If you only run tagged provisioners, you will need to specify a set of
194
- > tags that matches at least one provisioner for _all_ template import jobs and
195
- > workspace build jobs.
196
- >
197
- > You may wish to run at least one additional provisioner with no additional
198
- > tags so that provisioner jobs with no additional tags defined will be picked
199
- > up instead of potentially remaining in the Pending state indefinitely.
197
+ < blockquote class=" admonition note" >
198
+
199
+ If you only run tagged provisioners, you will need to specify a set of tags
200
+ that matches at least one provisioner for _all_ template import jobs and
201
+ workspace build jobs.
202
+ You may wish to run at least one additional provisioner with no additional tags
203
+ so that provisioner jobs with no additional tags defined will be picked up
204
+ instead of potentially remaining in the Pending state indefinitely.
205
+
206
+ < /blockquote>
200
207
201
208
This is illustrated in the below table:
202
209
0 commit comments