Skip to content

Commit

Permalink
Generate docs
Browse files Browse the repository at this point in the history
  • Loading branch information
maltelehmann committed Oct 3, 2024
1 parent 9ce88a3 commit ef61486
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/resources/oncall_on_call_shift.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit ef61486

Please sign in to comment.