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
+2-5Lines changed: 2 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ icon: /icon/docker.png
7
7
8
8
# Overview
9
9
10
-
This Coder template presents use of [Workspace Tags](https://coder.com/docs/templates/workspace-tags)[Coder Parameters](https://coder.com/docs/templates/parameters).
10
+
This Coder template presents use of [Workspace Tags](https://coder.com/docs/admin/templates/extending-templates/workspace-tags) and[Coder Parameters](https://coder.com/docs/templates/parameters).
11
11
12
12
# Use case
13
13
@@ -18,10 +18,7 @@ By using `coder_workspace_tags` and `coder_parameter`s, template administrators
18
18
# Notes
19
19
20
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.
21
+
- When specifying values for the `coder_workspace_tags` data source, you are restricted to using a subset of Terraform's capabilities. See [here](https://coder.com/docs/admin/templates/extending-templates/workspace-tags) for more details.
0 commit comments