Releases: mineiros-io/terraform-aws-cognito-user-pool
Releases · mineiros-io/terraform-aws-cognito-user-pool
v0.2.0
Added
- Add support for Terraform v0.13.x
- Prepare support for Terraform v0.14.x
v0.1.4
Added
- Add support for
username_attributes
argument.
v0.1.3
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.1
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
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
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