From ef61486cfc7782cdceda1eca80324062e4556982 Mon Sep 17 00:00:00 2001 From: Malte Lehmann Date: Thu, 3 Oct 2024 18:51:56 +0200 Subject: [PATCH] Generate docs --- docs/resources/oncall_on_call_shift.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/resources/oncall_on_call_shift.md b/docs/resources/oncall_on_call_shift.md index 3a453dc8d..b502aaffd 100644 --- a/docs/resources/oncall_on_call_shift.md +++ b/docs/resources/oncall_on_call_shift.md @@ -110,10 +110,10 @@ output "emea_weekday__rolling_users" { - `start_rotation_from_user_index` (Number) The index of the list of users in rolling_users, from which on-call rotation starts. - `team_id` (String) The ID of the OnCall team. To get one, create a team in Grafana, and navigate to the OnCall plugin (to sync the team with OnCall). You can then get the ID using the `grafana_oncall_team` datasource. - `time_zone` (String) The shift's timezone. Overrides schedule's timezone. +- `until` (String) The end time of recurrent on-call shifts (endless if null). This parameter takes a date format as yyyy-MM-dd'T'HH:mm:ss (for example "2020-09-05T08:00:00") - `users` (Set of String) The list of on-call users (for single_event and recurrent_event event type). - `week_start` (String) Start day of the week in iCal format. Can be MO, TU, WE, TH, FR, SA, SU -- `until` (String) The end time of recurrent on-call shifts (endless if null). This parameter takes a date format as yyyy-MM-dd'T'HH:mm:ss (for example "2020-09-05T08:00:00") - + ### Read-Only - `id` (String) The ID of this resource.