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: docs/data-sources/template.md
+4-4
Original file line number
Diff line number
Diff line change
@@ -3,12 +3,12 @@
3
3
page_title: "coderd_template Data Source - coderd"
4
4
subcategory: ""
5
5
description: |-
6
-
An existing template on the coder deployment
6
+
An existing template on the Coder deployment.
7
7
---
8
8
9
9
# coderd_template (Data Source)
10
10
11
-
An existing template on the coder deployment
11
+
An existing template on the Coder deployment.
12
12
13
13
14
14
@@ -19,7 +19,7 @@ An existing template on the coder deployment
19
19
20
20
-`id` (String) The ID of the template to retrieve. This field will be populated if a template name is supplied.
21
21
-`name` (String) The name of the template to retrieve. This field will be populated if an ID is supplied.
22
-
-`organization_id` (String) ID of the organization the template is associated with.
22
+
-`organization_id` (String) ID of the organization the template is associated with. This field will be populated if an ID is supplied. Defaults to the provider default organization ID.
23
23
24
24
### Read-Only
25
25
@@ -38,7 +38,7 @@ An existing template on the coder deployment
38
38
-`display_name` (String) Display name of the template.
39
39
-`failure_ttl_ms` (Number) Automatic cleanup TTL for failed workspace builds.
40
40
-`icon` (String) URL of the template's icon.
41
-
-`require_active_version` (Boolean) Whether workspaces created from the template must be up-to-datae on the latest active version.
41
+
-`require_active_version` (Boolean) Whether workspaces created from the template must be up-to-date on the latest active version.
42
42
-`time_til_dormant_autodelete_ms` (Number) Duration of inactivity after the workspace becomes dormant before a workspace is automatically deleted.
43
43
-`time_til_dormant_ms` (Number) Duration of inactivity before a workspace is considered dormant.
44
44
-`updated_at` (Number) Unix timestamp of when the template was last updated.
0 commit comments