Skip to content

Releases: mineiros-io/terraform-aws-cognito-user-pool

v0.2.0

20 Sep 13:43
adec3b2
Compare
Choose a tag to compare

Added

  • Add support for Terraform v0.13.x
  • Prepare support for Terraform v0.14.x

v0.1.4

14 Aug 12:02
548945c
Compare
Choose a tag to compare

Added

  • Add support for username_attributes argument.

v0.1.3

10 Aug 14:44
d82ec3c
Compare
Choose a tag to compare

Changelog

Added

  • Add unit test coverage for the aws_cognito_user_pool_domain resource.

Change

  • Enable markdown-link-check pre-commit hook.

Fixed

  • Fix recreation of resources on multiple apply runs.
  • Fix non-idempotent number schema attributes.

v0.1.2

05 Aug 18:44
117965f
Compare
Choose a tag to compare

Changelog

Added

v0.1.1

04 Aug 10:46
8a0afbf
Compare
Choose a tag to compare

Fixed

  • Fix email subject for admin invites
  • Fix example documentation to point to terraform registry
  • Fix string_attribute_constraints default values for string attributes to prevent non-idempotent plan.

Added

  • Add test to validate idempotency after apply

v0.1.0

03 Aug 15:16
8a2a81e
Compare
Choose a tag to compare

Changed

  • Add support for terraform aws provider 3.x
  • Update test to test against 3.0 aws provider
  • Update test dependencies to use 3.x capable module versions

v0.0.1

29 Jun 18:04
e58d468
Compare
Choose a tag to compare
v0.0.1 Pre-release
Pre-release

Added

  • Implement support for aws_cognito_user_pool resource
  • Implement support for aws_cognito_user_pool_client resource
  • Document the usage of the module in README.md
  • Document the usage of examples
  • Add unit tests for basic use cases