Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cognito phone verification #289

Draft
wants to merge 2 commits into
base: master
Choose a base branch
from
Draft

Conversation

stacyhorton
Copy link
Contributor

Any PRs will require running terraform fmt -recursive successfully first. Please install terraform version > v0.15 on your local setup for this activity.

Why this change is needed

We are moving to require a verified phone_number for new users so we need to override the auto_verified_attributes parameter. I've also set Terraform to ignore changes in user_pool.lambda_config as that's better managed by a null_resource to avoid circular references (ie: user_pool referencing lambda functions which reference the user_pool).

Negative effects of this change

This shouldn't negatively affect existing installations.

We are moving to require a verified phone_number for new users.

Also set Terraform to ignore changes in user_pool.lambda_config as
that's better managed by a null_resource to avoid circular references.
@woodcockr woodcockr self-requested a review May 1, 2023 04:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant