Releases: lgallard/terraform-aws-cognito-user-pool
Releases · lgallard/terraform-aws-cognito-user-pool
Add Default UI customization
Add enable_propagate_additional_user_context_data
0.32.0 (Oct 27, 2024)
ENHANCEMENTS:
- Add
enable_propagate_additional_user_context_data
(thanks @AzgadGZ-CH)
FIXES:
- Fix
device_configuration
perpetual in-place replacement (thanks @joelgaria) - Add comment in the complete example regarding perpetual in-place replacements when using sensitive data in
idnetity_provider
resources
Merge pull request #152 from lgallard/release/0.31.0
0.31.0 (Aug 09, 2024)
FIXES:
- Unable to have devices remembered and force MFA sign in every time (thanks @trahim)
Add missing arguments for verification_message_template block
0.30.0 (Jun 26, 2024)
ENHANCEMENTS:
- Add missing arguments for
verification_message_template
block (thanks @catrielg)
Refactor lambda_config
This release provides the refactor for lambda_config
dynamic block as discussed in #143 (comment).
The idea is to have consistency in code, simplifying lambda_config
dynamic block definition and make clear how to iterate over lambda_config
module input.
Add domain `cloudfront_distribution` name attribute as output
0.28.0 (April 30, 2024)
ENHANCEMENTS:
- Add domain
cloudfront_distribution
name attribute as output (thanks @julb)
Fix lambda customization config not working
Fix case when no pre_token_generation_config is present
0.27.2 (April 22, 2024)
FIXES:
- Fix case when no
pre_token_generation_config
is present