Skip to content

Commit

Permalink
Merge pull request #126 from firehydrant/docs/fix-broken-link
Browse files Browse the repository at this point in the history
Fix broken docs link to ISO 8601 duration format
  • Loading branch information
sofuture committed Jul 20, 2023
2 parents a73520b + 99cac3a commit d933e54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guides/runbooks_steps_firehydrant.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@ resource "firehydrant_runbook" "firehydrant_add_services_related_to_functionalit
* `repeats` - (Optional) Whether this step should repeat. Defaults to `false`.
When this value is `true`, `repeats_duration` _must_ be provided.
* `repeats_duration` - (Optional) How often this step should repeat in ISO8601.
Example: PT10M [Format Spec](https://www.digi.com/resources/documentation/digidocs/90001437-13/reference/r_iso_8601_duration_format.htm)
This value _must_ be provided if `repeats` is `true`. This value _must not_ be provided if `repeats` is `false`.
Example: `PT10M` ([Format Spec](https://www.digi.com/resources/documentation/digidocs/90001488-13/reference/r_iso_8601_duration_format.htm))
* `rule` - (Optional) JSON string representing the rule configuration for the runbook step.
For more information on the conditional logic used in `rule`, see the
[Runbooks - Conditional Logic](./runbooks_conditional_logic.md) documentation.
Expand Down

0 comments on commit d933e54

Please sign in to comment.