Skip to content

Releases: lgallard/terraform-aws-cognito-user-pool

Add Default UI customization

22 Nov 20:55
Compare
Choose a tag to compare

0.33.0 (November 22, 2024)

ENHANCEMENTS:

  • Add Default UI customization (thanks @sp-lut)

Add enable_propagate_additional_user_context_data

26 Oct 23:32
58de142
Compare
Choose a tag to compare

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

08 Aug 23:33
a371b1f
Compare
Choose a tag to compare

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

26 Jun 10:59
00fd5ab
Compare
Choose a tag to compare

0.30.0 (Jun 26, 2024)

ENHANCEMENTS:

  • Add missing arguments for verification_message_template block (thanks @catrielg)

Refactor lambda_config

30 Apr 21:08
594edc3
Compare
Choose a tag to compare

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

30 Apr 19:55
e8bb152
Compare
Choose a tag to compare

0.28.0 (April 30, 2024)

ENHANCEMENTS:

  • Add domain cloudfront_distribution name attribute as output (thanks @julb)

Fix lambda customization config not working

23 Apr 22:21
b115489
Compare
Choose a tag to compare

0.27.3 (April 23, 2024)

FIXES:

  • Fix lambda customization config not working (thanks @Dogacel)

Fix case when no pre_token_generation_config is present

22 Apr 18:15
c848ab4
Compare
Choose a tag to compare

0.27.2 (April 22, 2024)

FIXES:

  • Fix case when no pre_token_generation_config is present

Fix dynamic `re_token_generation_config args

22 Apr 14:49
b0912d9
Compare
Choose a tag to compare

0.27.1 (April 22, 2024)

FIXES:

  • Fix dynamic pre_token_generation_config args (thanks @lgallard)

Fix support for pre token customization lambda V2

22 Apr 12:56
27e50d1
Compare
Choose a tag to compare

0.27.0 (April 22, 2024)

ENHANCEMENTS:

  • Add cloudfront_distribution_zone_id attribute as output (thanks @catrielg)

FIXES:

  • Fix support for pre token customization lambda V2 (thanks @Dogacel)