diff --git a/website/docs/d/event_orchestrations.html.markdown b/website/docs/d/event_orchestrations.html.markdown index 193f4bd84..a9d852228 100644 --- a/website/docs/d/event_orchestrations.html.markdown +++ b/website/docs/d/event_orchestrations.html.markdown @@ -37,9 +37,9 @@ The following arguments are supported: * `name_filter` - The list of the Event Orchestrations which name match `name_filter` argument. * `id` - The ID of the found Event Orchestration. * `name` - The name of the found Event Orchestration. - * `integration` - An integration for the Event Orchestration. + * `integration` - A list of integrations for the Event Orchestration. * `id` - ID of the integration - * `parameters` + * `parameters` - A list of parameters. * `routing_key` - Routing key that routes to this Orchestration. * `type` - Type of the routing key. `global` is the default type. diff --git a/website/docs/r/event_orchestration.html.markdown b/website/docs/r/event_orchestration.html.markdown index f2576e458..3729068d3 100644 --- a/website/docs/r/event_orchestration.html.markdown +++ b/website/docs/r/event_orchestration.html.markdown @@ -37,9 +37,9 @@ The following arguments are supported: The following attributes are exported: * `id` - The ID of the Event Orchestration. -* `integration` - An integration for the Event Orchestration. +* `integration` - A list of integrations for the Event Orchestration. * `id` - ID of the integration - * `parameters` + * `parameters` - A list of parameters * `routing_key` - Routing key that routes to this Orchestration. * `type` - Type of the routing key. `global` is the default type.