bsmsapp/terraform/modules/cognito
Santiago Lo Coco 8ffc69f1d3 Fix cloudfront bug 2022-12-07 11:54:43 -03:00
..
README.md Fix cloudfront bug 2022-12-07 11:54:43 -03:00
main.tf Fix more bugs 2022-12-06 13:40:14 -03:00
variables.tf Fix more bugs 2022-12-06 13:40:14 -03:00
versions.tf Remove backup and ses 2022-11-30 19:33:42 -03:00

README.md

Requirements

Name Version
terraform >= 1.3.1
aws >= 4.10.0

Providers

Name Version
aws 4.43.0

Modules

No modules.

Resources

Name Type
aws_cognito_user_pool.this resource
aws_cognito_user_pool_client.this resource
aws_cognito_user_pool_domain.this resource
aws_lambda_permission.this resource

Inputs

Name Description Type Default Required
account_recovery_mechanisms A list of recovery_mechanisms which are defined by a name and its priority. Valid values for name are veri fied_email, verified_phone_number, and admin_only. any [] no
alias_attributes Attributes supported as an alias for this user pool. Possible values: 'phone_number', 'email', or 'preferred_username'. Conflicts with username_attributes. set(string) null no
auto_verified_attributes The attributes to be auto-verified. Possible values: 'email', 'phone_number'. set(string)
[
"email"
]
no
client_name The name of the client user pool. string n/a yes
domain Type a domain prefix to use for the sign-up and sign-in pages that are hosted by Amazon Cognito, e.g. 'https://{YOUR_PREFIX}.auth.eu-west-1.amazoncognito.com'. The prefix must be unique across the selected AWS Region. Domain names can only contain lower-case letters, numbers, and hyphens. string null no
enable_username_case_sensitivity Specifies whether username case sensitivity will be applied for all users in the user pool through Cognito APIs. bool false no
lambda_function_name Lambda name string n/a yes
lambda_pre_sign_up The ARN of a pre-registration AWS Lambda trigger. string n/a yes
name The name of the user pool. string n/a yes
password_minimum_length The minimum length of the password policy that you have set. number 20 no
password_require_lowercase Whether you have required users to use at least one lowercase letter in their password. bool true no
password_require_numbers Whether you have required users to use at least one number in their password. bool true no
password_require_symbols Whether you have required users to use at least one symbol in their password. bool true no
password_require_uppercase Whether you have required users to use at least one uppercase letter in their password. bool true no
redirect_url Redirect URL. string null no
schema_attributes A list of schema attributes of a user pool. You can add a maximum of 25 custom attributes. any [] no
tags A mapping of tags to assign to the resource. map(string) {} no
temporary_password_validity_days In the password policy you have set, refers to the number of days a temporary password is valid. If the user does not sign-in during this time, their password will need to be reset by an administrator. number 1 no

Outputs

No outputs.