diff --git a/website/docs/r/event_orchestration_global.html.markdown b/website/docs/r/event_orchestration_global.html.markdown index 210e9311a..d59a62809 100644 --- a/website/docs/r/event_orchestration_global.html.markdown +++ b/website/docs/r/event_orchestration_global.html.markdown @@ -115,7 +115,7 @@ The following arguments are supported: * `annotate` - (Optional) Add this text as a note on the resulting incident. * `incident_custom_field_update` - (Optional) Assign a custom field to the resulting incident. * `id` - (Required) The custom field id - * `value` - (Required) The value to assign this custom field + * `value` - (Required) The value to assign to this custom field * `automation_action` - (Optional) Create a [Webhook](https://support.pagerduty.com/docs/event-orchestration#webhooks) associated with the resulting incident. * `name` - (Required) Name of this Webhook. * `url` - (Required) The API endpoint where PagerDuty's servers will send the webhook request. diff --git a/website/docs/r/event_orchestration_service.html.markdown b/website/docs/r/event_orchestration_service.html.markdown index 6c99b07e9..17f7d8fb3 100644 --- a/website/docs/r/event_orchestration_service.html.markdown +++ b/website/docs/r/event_orchestration_service.html.markdown @@ -187,7 +187,7 @@ The following arguments are supported: * `annotate` - (Optional) Add this text as a note on the resulting incident. * `incident_custom_field_update` - (Optional) Assign a custom field to the resulting incident. * `id` - (Required) The custom field id - * `value` - (Required) The value to assign this custom field + * `value` - (Required) The value to assign to this custom field * `pagerduty_automation_action` - (Optional) Configure a [Process Automation](https://support.pagerduty.com/docs/event-orchestration#process-automation) associated with the resulting incident. * `action_id` - (Required) Id of the Process Automation action to be triggered. * `automation_action` - (Optional) Create a [Webhook](https://support.pagerduty.com/docs/event-orchestration#webhooks) associated with the resulting incident.