Skip to content

Commit

Permalink
Merge pull request #6020 from Szasza/master
Browse files Browse the repository at this point in the history
adding importing instructions to Cognito User Pool Domains documentation
  • Loading branch information
bflad authored Sep 28, 2018
2 parents ac6a1d4 + 5009a6b commit ad77a6c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions website/docs/r/cognito_user_pool_domain.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -38,3 +38,11 @@ In addition to all arguments above, the following attributes are exported:
* `cloudfront_distribution_arn` - The ARN of the CloudFront distribution.
* `s3_bucket` - The S3 bucket where the static files for this domain are stored.
* `version` - The app version.

## Import

Cognito User Pool Domains can be imported using the `domain`, e.g.

```
$ terraform import aws_cognito_user_pool_domain.main <domain>
```

0 comments on commit ad77a6c

Please sign in to comment.