Skip to content

Latest commit

 

History

History
57 lines (47 loc) · 2.18 KB

CHANGELOG.md

File metadata and controls

57 lines (47 loc) · 2.18 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

0.1.4 - 2020-08-13

Added

  • Add support for username_attributes argument.

0.1.3 - 2020-08-10

Added

  • Add unit test coverage for the aws_cognito_user_pool_domain resource.

Changed

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

Fixed

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

0.1.2 - 2020-08-05

Added

  • Add support for aws_cognito_user_pool_domain.

0.1.1 - 2020-08-04

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.

0.1.0 - 2020-08-03

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.

0.0.1 - 2020-06-27

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.