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
+28-28
Original file line number
Diff line number
Diff line change
@@ -17,12 +17,12 @@ A Coder template
17
17
18
18
### Required
19
19
20
-
-`acl` (Attributes) Access control list for the template. (see [below for nested schema](#nestedatt--acl))
21
20
-`name` (String) The name of the template.
22
21
-`versions` (Attributes List) (see [below for nested schema](#nestedatt--versions))
23
22
24
23
### Optional
25
24
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
-`allow_user_auto_start` (Boolean)
27
27
-`allow_user_auto_stop` (Boolean)
28
28
-`description` (String) A description of the template.
@@ -34,33 +34,6 @@ A Coder template
34
34
35
35
-`id` (String) The ID of the template.
36
36
37
-
<aid="nestedatt--acl"></a>
38
-
### Nested Schema for `acl`
39
-
40
-
Required:
41
-
42
-
-`groups` (Attributes Set) (see [below for nested schema](#nestedatt--acl--groups))
43
-
-`users` (Attributes Set) (see [below for nested schema](#nestedatt--acl--users))
44
-
45
-
<aid="nestedatt--acl--groups"></a>
46
-
### Nested Schema for `acl.groups`
47
-
48
-
Required:
49
-
50
-
-`id` (String)
51
-
-`role` (String)
52
-
53
-
54
-
<aid="nestedatt--acl--users"></a>
55
-
### Nested Schema for `acl.users`
56
-
57
-
Required:
58
-
59
-
-`id` (String)
60
-
-`role` (String)
61
-
62
-
63
-
64
37
<aid="nestedatt--versions"></a>
65
38
### Nested Schema for `versions`
66
39
@@ -97,3 +70,30 @@ Required:
97
70
98
71
-`name` (String)
99
72
-`value` (String)
73
+
74
+
75
+
76
+
<aid="nestedatt--acl"></a>
77
+
### Nested Schema for `acl`
78
+
79
+
Required:
80
+
81
+
-`groups` (Attributes Set) (see [below for nested schema](#nestedatt--acl--groups))
82
+
-`users` (Attributes Set) (see [below for nested schema](#nestedatt--acl--users))
MarkdownDescription: "Access control list for the template.",
238
-
Required: true,
211
+
MarkdownDescription: "Access control list for the template. Requires an enterprise Coder deployment. If null, ACL policies will not be added or removed by Terraform.",
0 commit comments