Skip to content

Commit

Permalink
Tweak documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
ewbankkit committed Dec 21, 2021
1 parent 5c0bd66 commit 04f415f
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions website/docs/d/cognito_user_pool_signing_certificate.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ description: |-

# Data Source: aws_cognito_user_pool_signing_certificate

Use this data source to get the signing certificate to the external SAML IdP.
Use this data source to get the signing certificate for a Cognito IdP user pool.

## Example Usage

Expand All @@ -20,9 +20,8 @@ data "aws_cognito_user_pool_signing_certificate" "sc" {

## Argument Reference

* `user_pool_id` - (required) The Cognito user pool ids.

* `user_pool_id` - (required) The Cognito user pool ID.

## Attributes Reference

* `certificate` - the certificate string
* `certificate` - The certificate string

0 comments on commit 04f415f

Please sign in to comment.