Skip to content

Commit 6ad2b78

Browse files
heimwehpaddycarver
authored andcommitted
Fix incorrect service timeout documentation
1 parent 5740c05 commit 6ad2b78

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

website/source/docs/providers/pagerduty/r/service.html.markdown

+2-2
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@ The following arguments are supported:
4949
* `name` - (Required) The name of the service.
5050
* `description` - (Optional) A human-friendly description of the escalation policy.
5151
If not set, a placeholder of "Managed by Terraform" will be set.
52-
* `auto_resolve_timeout` - (Optional) Time in seconds that an incident is automatically resolved if left open for that long. Value is "null" is the feature is disabled.
53-
* `acknowledgement_timeout` - (Optional) Time in seconds that an incident changes to the Triggered State after being Acknowledged. Value is "null" is the feature is disabled.
52+
* `auto_resolve_timeout` - (Optional) Time in seconds that an incident is automatically resolved if left open for that long.
53+
* `acknowledgement_timeout` - (Optional) Time in seconds that an incident changes to the Triggered State after being Acknowledged.
5454
* `escalation_policy` - (Required) The escalation policy used by this service.
5555

5656
## Attributes Reference

0 commit comments

Comments
 (0)