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 name to output #120

Closed SlavaNL closed 12 months ago

SlavaNL commented 12 months ago

Add name to output because some resources and data sources, for example data.aws_cognito_user_pools expect to have a name as input, not id, but current version of the module doesn't provide this attribute

SlavaNL commented 12 months ago

@lgallard please merge this simple change when you will have a bit of time

lgallard commented 12 months ago

@SlavaNL thanks for your PR. LGTM!