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
region_id = data.singlestoredb_regions.all.regions.0.id // Prefer specifying the explicit region ID in production environments as the list of regions may vary.
-`created_at` (String) The timestamp when the workspace was created.
50
54
-`id` (String) The unique identifier of the workspace group.
55
+
-`update_window` (Attributes) Details of the scheduled update window for the workspace group. This is the time period during which any updates to the workspace group will occur. (see [below for nested schema](#nestedatt--update_window))
56
+
57
+
<aid="nestedatt--update_window"></a>
58
+
### Nested Schema for `update_window`
59
+
60
+
Read-Only:
61
+
62
+
-`day` (Number) The day of the week (0-6), where 0 is Sunday and 6 is Saturday, when the update window is scheduled.
63
+
-`hour` (Number) The hour of the day, in 24-hour UTC format (0-23), when the update window starts.
0 commit comments