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
MarkdownDescription: "The auto-stop requirement for all workspaces created from this template.",
140
+
Computed: true,
141
+
Attributes: map[string]schema.Attribute{
142
+
"days_of_week": schema.SetAttribute{
143
+
MarkdownDescription: "List of days of the week on which restarts are required. Restarts happen within the user's quiet hours (in their configured timezone). If no days are specified, restarts are not required.",
144
+
Computed: true,
145
+
ElementType: types.StringType,
146
+
},
147
+
"weeks": schema.Int64Attribute{
148
+
MarkdownDescription: "Weeks is the number of weeks between required restarts. Weeks are synced across all workspaces (and Coder deployments) using modulo math on a hardcoded epoch week of January 2nd, 2023 (the first Monday of 2023). Values of 0 or 1 indicate weekly restarts. Values of 2 indicate fortnightly restarts, etc.",
MarkdownDescription: "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.",
156
+
Computed: true,
157
+
ElementType: types.StringType,
158
+
},
137
159
"allow_user_autostart": schema.BoolAttribute{
138
160
MarkdownDescription: "Whether users can autostart workspaces created from the template.",
MarkdownDescription: "Unix timestamp of when the template was last updated.",
176
202
Computed: true,
177
203
},
204
+
"acl": schema.SingleNestedAttribute{
205
+
MarkdownDescription: "(Enterprise) Access control list for the template. If null, ACL policies will not be added, removed, or inspected by Terraform.",
0 commit comments