From 55ed8c96f592b579f77b4af1108c385125b9a663 Mon Sep 17 00:00:00 2001 From: Marguerite des Trois Maisons Date: Fri, 4 Aug 2023 14:26:03 -0400 Subject: [PATCH] document event orchestration attribute type for `integration` --- website/docs/d/event_orchestrations.html.markdown | 4 ++-- website/docs/r/event_orchestration.html.markdown | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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.