ENHANCEMENTS:
- Add support for support
account_recovery_setting
FIX:
- Ignore schema changes and prevent pool destruction
ENHANCEMENTS:
- Add
from_email_address
FIXES:
- Update CHANGELOG
ENHANCEMENTS:
- Change source in examples to use Terraform format
FIXES:
- Add
username_configuration
dynamic block to avoid forcing a new resource when importing a user pool - Remove
case_sensitive
variable. Use theusername_configuration
map variable to devine thecase_sensitive
attribute
UPDATES:
- Updated README and examples
FIXES:
- Depcreate support to
unused_account_validity_days
- Update README and examples removing any referece to the deprecated
unused_account_validity_days
field
ENHANCEMENTS:
- Add support for
software_token_mfa_configuration
FIXES:
- Applies case_sensitive via username_configuration
UPDATE:
- Update README with
case_sensitive
ENHANCEMENTS:
- Add
case_sensitive
for aws_cognito_user_pool
ENHANCEMENTS:
- Add
param client_prevent_user_existence_errors
for client
UPDATES:
- Add Terraform logo in README
FIXES:
- Fix typo in comments
BUG FIXES:
- Cognito unused_account_validity_days bug with 2.47: The aws-provider reports the existence of the
unused_account_validity_days
even if it was never declared, automatically matching the newtemporary_password_validity_day
UPDATES:
- AWS Provider 2.47.0: Deprecate unused_account_validity_days argument and add support for temporary_password_validity_days argument
FEATURES:
- Module implementation