From 744926fc32b9960b3b4d2a553fafdd80d52b051f Mon Sep 17 00:00:00 2001 From: Brian Flad Date: Sat, 2 Jun 2018 21:00:14 +0000 Subject: [PATCH] Add example format to new endpoint attribute --- website/docs/r/cognito_user_pool.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/r/cognito_user_pool.markdown b/website/docs/r/cognito_user_pool.markdown index 74b1bd0fd89..222d20d32e6 100644 --- a/website/docs/r/cognito_user_pool.markdown +++ b/website/docs/r/cognito_user_pool.markdown @@ -126,7 +126,7 @@ The following additional attributes are exported: * `id` - The id of the user pool. * `arn` - The ARN of the user pool. -* `endpoint` - The endpoint name of the user pool. +* `endpoint` - The endpoint name of the user pool. Example format: cognito-idp.REGION.amazonaws.com/xxxx_yyyyy * `creation_date` - The date the user pool was created. * `last_modified_date` - The date the user pool was last modified.