mineiros-io / terraform-aws-cognito-user-pool

A Terraform module to create and manage Cognito User Pools (Simple and Secure User Sign-Up, Sign-In, and Access Control) on Amazon Web Services (AWS). https://aws.amazon.com/cognito
Apache License 2.0
60 stars 45 forks source link

alias_attributes are handled incorrectly #40

Closed Wi3ard closed 3 years ago

Wi3ard commented 3 years ago

If a non-null value is passed in the alias_attributes variable, it is incorrectly passed as null to aws_cognito_user_pool.

soerenmartius commented 3 years ago

Hi @Wi3ard,

thanks for reporting this issue - let me check this together with the team and come back to you in a little while!

Thanks