opendatacube / datacube-k8s-eks

Deploy a production scale datacube cluster on AWS using EKS
Apache License 2.0
21 stars 14 forks source link

Cognito phone verification #289

Open stacyhorton opened 2 years ago

stacyhorton commented 2 years ago

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.