Releases: lgallard/terraform-aws-cognito-user-pool
Releases · lgallard/terraform-aws-cognito-user-pool
Add 0.13.7 as the lowest Terraform version supported
0.18.1 (August 12, 2022)
ENHANCEMENTS:
- Add 0.13.7 as the lowest Terraform version supported (thanks @oleksiidv)
Add missing option to allow client token revocation
0.18.0 (July 25, 2022)
ENHANCEMENTS:
- Add missing option to allow client token revocation (thanks @rastakajakwanna)
Add configuration_set field
0.17.0 (Jun 3, 2022)
ENHANCEMENTS:
- Add
configuration_set
field inemail_configuration
block (thanks @tiagoposse)
Fix lambda_config keeps changing
0.16.0 (May 30, 2022)
ENHANCEMENTS:
- Update complete example
- Update .pre-commit yaml file
FIXES:
- Fix
lambda_config
keeps changing
Change aws provider version constraints
0.15.2 (February 19, 2022)
FIXES:
- Change aws provider version constraints to be able to use 4.x
Change default value for client_prevent_user_existence_errors
0.15.1 (February 15, 2022)
FIXES:
- Change default value for
client_prevent_user_existence_errors
(thanks @juan-acevedo-ntt)
Add custom sms and email sender support
0.15.0 (February 12, 2022)
ENHANCEMENTS:
- Add custom sms and email sender support (thanks @xposix)
- Update README and complete example
Add identity provider as a dependency for aws_cognito_user_pool_client
0.14.2 (September 20, 2021)
FIXES:
- Add identity provider as a dependency for
aws_cognito_user_pool_client
(thanks @xposix)
Use accepted token validity periods
Add map output for client and secret ids
0.14.0 (August 19, 2021)
ENHANCEMENTS:
- Add map output for client and secret ids (thanks @dmytro-dorofeiev)