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

Unable to find "Self-service sign-up" option in the module #128

Open navindu-INS opened 7 months ago

navindu-INS commented 7 months ago

image

Hi, can i please know how do i enable the above option using this TF module?

Thanks!

omar-khaled-mahmoud commented 4 months ago

same issue

omar-khaled-mahmoud commented 4 months ago

add this allow_admin_create_user_only = false in module

purohit14 commented 2 months ago

@omar-khaled-mahmoud @lgallard As per this documentation https://registry.terraform.io/modules/lgallard/cognito-user-pool/aws/0.29.0

There is no attribute named "allow_admin_create_user_only = true".

The closest attribute with a similar name is "admin_create_user_config_allow_admin_create_user_only = 'true or false'"

I used the one mentioned in the documentation and this worked. Thanks.

lgallard commented 2 months ago

@navindu-INS @omar-khaled-mahmoud @purohit14 can you confirm it worked for you? Otherwise, can I close this issue?