You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: examples/workspace-tags/README.md
+8Lines changed: 8 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -15,6 +15,14 @@ Template administrators can use static tags to control workspace provisioning, l
15
15
16
16
By using `coder_workspace_tags` and `coder_parameter`s, template administrators can allow dynamic tag selection, avoiding the need to push the same template multiple times with different tags.
17
17
18
+
# Notes
19
+
20
+
- You will need to have an [external provisioner](https://coder.com/docs/admin/provisioners#external-provisioners) with the correct tagset running in order to import this template.
21
+
- When specifying values for the `coder_workspace_tags` data source, you are restricted to using a subset of Terraform's capabilities.
22
+
- You must specify default values for all data sources and variables referenced by the `coder_workspace_tags` data source.
23
+
24
+
See [Workspace Tags](https://coder.com/docs/templates/workspace-tags) for more information.
25
+
18
26
## Development
19
27
20
28
Update the template and push it using the following command:
0 commit comments