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/resources/template.md
+3-3
Original file line number
Diff line number
Diff line change
@@ -24,8 +24,8 @@ A Coder template
24
24
25
25
-`acl` (Attributes) Access control list for the template. Requires an enterprise Coder deployment. If null, ACL policies will not be added or removed by Terraform. (see [below for nested schema](#nestedatt--acl))
26
26
-`activity_bump_ms` (Number) The activity bump duration for all workspaces created from this template, in milliseconds. Defaults to one hour.
27
-
-`allow_user_auto_start` (Boolean) Whether users can auto-start workspaces created from this template. Defaults to true.
28
-
-`allow_user_auto_stop` (Boolean) Whether users can auto-start workspaces created from this template. Defaults to true.
27
+
-`allow_user_auto_start` (Boolean) Whether users can auto-start workspaces created from this template. Defaults to true. Requires an enterprise Coder deployment.
28
+
-`allow_user_auto_stop` (Boolean) Whether users can auto-start workspaces created from this template. Defaults to true. Requires an enterprise Coder deployment.
29
29
-`allow_user_cancel_workspace_jobs` (Boolean) Whether users can cancel in-progress workspace jobs using this template. Defaults to true.
30
30
-`auto_start_permitted_days_of_week` (Set of String) List of days of the week in which autostart is allowed to happen, for all workspaces created from this template. Defaults to all days. If no days are specified, autostart is not allowed. Requires an enterprise Coder deployment.
31
31
-`auto_stop_requirement` (Attributes) The auto-stop requirement for all workspaces created from this template. Requires an enterprise Coder deployment. (see [below for nested schema](#nestedatt--auto_stop_requirement))
@@ -55,7 +55,7 @@ Optional:
55
55
56
56
-`active` (Boolean) Whether this version is the active version of the template. Only one version can be active at a time.
57
57
-`message` (String) A message describing the changes in this version of the template. Messages longer than 72 characters will be truncated.
58
-
-`name` (String) The name of the template version. Automatically generated if not provided.
58
+
-`name` (String) The name of the template version. Automatically generated if not provided. If provided, the name *must* change each time the directory contents are updated.
59
59
-`provisioner_tags` (Attributes Set) Provisioner tags for the template version. (see [below for nested schema](#nestedatt--versions--provisioner_tags))
60
60
-`tf_vars` (Attributes Set) Terraform variables for the template version. (see [below for nested schema](#nestedatt--versions--tf_vars))
0 commit comments