mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-25 18:45:20 -06:00
Fix item order in PagerDuty scheduler doc (#12675)
This commit is contained in:
parent
e7a118cb70
commit
f5a8638a32
@ -64,8 +64,8 @@ Schedule layers (`layer`) supports the following:
|
||||
Restriction blocks (`restriction`) supports the following:
|
||||
|
||||
* `type` - (Required) Can be `daily_restriction` or `weekly_restriction`
|
||||
* `start_time_of_day` - (Required) The duration of the restriction in `seconds`.
|
||||
* `duration_seconds` - (Required) The start time in `HH:mm:ss` format.
|
||||
* `start_time_of_day` - (Required) The start time in `HH:mm:ss` format.
|
||||
* `duration_seconds` - (Required) The duration of the restriction in `seconds`.
|
||||
|
||||
## Attributes Reference
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user