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
93
stars
99
forks
source link
Add domain cloudfront_distribution name attribute as output #146
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.
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.