From 4d884689efd0bfe6893acad441ae49b2edc1747a Mon Sep 17 00:00:00 2001 From: Alexander Hellbom Date: Fri, 4 Nov 2016 19:02:54 +0100 Subject: [PATCH] Fix incorrect service timeout documentation --- .../source/docs/providers/pagerduty/r/service.html.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/source/docs/providers/pagerduty/r/service.html.markdown b/website/source/docs/providers/pagerduty/r/service.html.markdown index 5085ab4e2..e7f242308 100644 --- a/website/source/docs/providers/pagerduty/r/service.html.markdown +++ b/website/source/docs/providers/pagerduty/r/service.html.markdown @@ -49,8 +49,8 @@ The following arguments are supported: * `name` - (Required) The name of the service. * `description` - (Optional) A human-friendly description of the escalation policy. If not set, a placeholder of "Managed by Terraform" will be set. - * `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. - * `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. + * `auto_resolve_timeout` - (Optional) Time in seconds that an incident is automatically resolved if left open for that long. + * `acknowledgement_timeout` - (Optional) Time in seconds that an incident changes to the Triggered State after being Acknowledged. * `escalation_policy` - (Required) The escalation policy used by this service. ## Attributes Reference