@@ -165,10 +165,20 @@ inside the Terraform. See the
165
165
[workspace tags documentation](../admin/templates/extending-templates/workspace-tags.md)
166
166
for more information.
167
167
168
+ <<< <<< < HEAD
168
169
> [! NOTE]
169
170
> Workspace tags defined with the ` coder_workspace_tags` data source
170
171
> template ** do not** automatically apply to the template import job! You may
171
172
> 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])
172
182
173
183
A provisioner can run a given build job if one of the below is true:
174
184
@@ -190,6 +200,7 @@ However, it will not pick up any build jobs that do not have either of the
190
200
from templates with the tag ` scope=user` set, or build jobs from templates in
191
201
different organizations.
192
202
203
+ <<< <<< < HEAD
193
204
> [! NOTE]
194
205
> If you only run tagged provisioners, you will need to specify a set of
195
206
> tags that matches at least one provisioner for _all_ template import jobs and
@@ -198,6 +209,18 @@ different organizations.
198
209
> You may wish to run at least one additional provisioner with no additional
199
210
> tags so that provisioner jobs with no additional tags defined will be picked
200
211
> 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])
201
224
202
225
This is illustrated in the below table:
203
226
0 commit comments