From fb95ea0512cc71896c25b58254ae7cc780de0a96 Mon Sep 17 00:00:00 2001 From: Tyler Lynch Date: Fri, 17 Sep 2021 09:17:24 -0400 Subject: [PATCH] Update Connect Contact Flow docs --- website/docs/r/connect_contact_flow.html.markdown | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/website/docs/r/connect_contact_flow.html.markdown b/website/docs/r/connect_contact_flow.html.markdown index aee8d84275f..04b20af4a0f 100644 --- a/website/docs/r/connect_contact_flow.html.markdown +++ b/website/docs/r/connect_contact_flow.html.markdown @@ -14,7 +14,7 @@ Provides an Amazon Connect Contact Flow resource. For more information see This resource embeds or references Contact Flows specified in Amazon Connect Contact Flow Language. For more information see [Amazon Connect Flow language](https://docs.aws.amazon.com/connect/latest/adminguide/flow-language.html) -~> **WARN:** Contact Flows exported from the Console [Contact Flow import/export](https://docs.aws.amazon.com/connect/latest/adminguide/contact-flow-import-export.html) are not in the Amazon Connect Contact Flow Laungege and can not be used with this resource. Instead the recommendation is to use the AWS CLI [`describe-contact-flow`](https://awscli.amazonaws.com/v2/documentation/api/latest/reference/connect/describe-contact-flow.html). See example below which uses `jq` to extract the `Content` attribute and saves it to a local file. `aws connect describe-contact-flow --instance-id 1b3c5d8-1b3c-1b3c-1b3c-1b3c5d81b3c5 --contact-flow-id c1d4e5f6-1b3c-1b3c-1b3c-c1d4e5f6c1d4e5 --region us-west-2 | jq '.ContactFlow.Content | fromjson' > contact_flow.json` +!> **WARN:** Contact Flows exported from the Console [Contact Flow import/export](https://docs.aws.amazon.com/connect/latest/adminguide/contact-flow-import-export.html) are not in the Amazon Connect Contact Flow Laungege and can not be used with this resource. Instead the recommendation is to use the AWS CLI [`describe-contact-flow`](https://awscli.amazonaws.com/v2/documentation/api/latest/reference/connect/describe-contact-flow.html). See example below which uses `jq` to extract the `Content` attribute and saves it to a local file. `aws connect describe-contact-flow --instance-id 1b3c5d8-1b3c-1b3c-1b3c-1b3c5d81b3c5 --contact-flow-id c1d4e5f6-1b3c-1b3c-1b3c-c1d4e5f6c1d4e5 --region us-west-2 | jq '.ContactFlow.Content | fromjson' > contact_flow.json` ~> **NOTE:** Due to The behaviour of Amazon Connect you cannot delete contact flows [Create a new contact flow](https://docs.aws.amazon.com/connect/latest/adminguide/create-contact-flow.html), instead the recommendation is to prefix the Contact Flow with `zzTrash`. @@ -108,6 +108,7 @@ In addition to all arguments above, the following attributes are exported: * `contact_flow_id` - Specifies the unique reference to the Contact Flow. * `arn` - The Amazon Resource Name (ARN) of the Contact Flow. +* `tags_all` - A map of tags assigned to the resource, including those inherited from the provider [`default_tags` configuration block](/docs/providers/aws/index.html#default_tags-configuration-block). ## Import