lgallard / terraform-aws-cognito-user-pool

Terraform module to create Amazon Cognito User Pools, configure its attributes and resources such as app clients, domain, resource servers. Amazon Cognito User Pools provide a secure user directory that scales to hundreds of millions of users.
Apache License 2.0
89 stars 95 forks source link

Add domain cloudfront_distribution name attribute as output #146

Closed julb closed 2 months ago

julb commented 2 months ago

This change enables to expose the domain name associated to the generated CloudFront distribution. For IaC scenarions, it is mandatory in order to generate a custom CNAME record pointing to that distribution.

@lgallard This is the same change you introduced in 63e5ec8 but for the CloudFront domain name.

lgallard commented 2 months ago

@julb thanks for the PR. Merging it now!