Skip to content

Commit

Permalink
Fix start_min/end_min key names in alert_policy docs. (#199)
Browse files Browse the repository at this point in the history
Similar to what 3d2ff63 does for notification_policy.

Co-authored-by: Rudolf Thomas <[email protected]>
  • Loading branch information
rudo-thomas and rudo-thomas authored Dec 4, 2020
1 parent b1ccaa4 commit c5062d9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions website/docs/r/alert_policy.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -132,19 +132,19 @@ The `restrictions` block supports:

* `end_hour` - (Required) Ending hour of restriction on defined `end_day`

* `start_minute` - (Required) Staring minute of restriction on defined `start_hour`
* `start_min` - (Required) Staring minute of restriction on defined `start_hour`

* `end_minute` - (Required) Ending minute of restriction on defined `end_hour`
* `end_min` - (Required) Ending minute of restriction on defined `end_hour`

The `restriction` block supports:

* `start_hour` - (Required) Starting hour of restriction.

* `end_hour` - (Required) Ending hour of restriction.

* `start_minute` - (Required) Staring minute of restriction on defined `start_hour`
* `start_min` - (Required) Staring minute of restriction on defined `start_hour`

* `end_minute` - (Required) Ending minute of restriction on defined `end_hour`
* `end_min` - (Required) Ending minute of restriction on defined `end_hour`

The `responders` block supports:

Expand Down

0 comments on commit c5062d9

Please sign in to comment.