All notable changes to this project will be documented in this file.
3.3.0 (2023-05-25)
3.2.0 (2023-03-21)
3.1.2 (2022-11-14)
3.1.1 (2022-09-02)
3.1.0 (2022-08-30)
3.0.0 (2022-07-26)
- Added support for propagate_tags feature (#59)
2.0.0 (2022-06-07)
- Added module wrappers. Bump TF version to 1.0. (#55)
1.3.0 (2022-06-07)
1.3.0 (2022-06-05)
1.2.2 (2022-01-24)
1.2.1 (2022-01-24)
1.2.0 (2022-01-14)
- Added autoscaled table resource (may cause unexpected changes) (#43) (c4a8306)
- Added variable
autoscaling_enabled
to control autoscaling (#44) (9ae52b6)
1.1.1 (2022-01-10)
v1.1.0 - 2021-06-07
- feat: add provisions for accepting KMS key ARN for global table regions (#38)
- chore: update CI/CD to use stable
terraform-docs
release artifact and discoverable Apache2.0 license (#35)
v1.0.0 - 2021-04-26
- feat: Shorten outputs (removing this_) (#34)
- chore: update documentation and pin
terraform_docs
version to avoid future changes (#32) - chore: align ci-cd static checks to use individual minimum Terraform versions (#31)
v0.13.0 - 2021-03-02
- fix: Update global example to enable stream (#30)
- chore: add ci-cd workflow for pre-commit checks (#29)
v0.12.0 - 2021-02-20
- chore: update documentation based on latest
terraform-docs
which includes module and resource sections (#28)
v0.11.0 - 2020-12-07
- fix: use proper var for aws_appautoscaling_policy (#26)
v0.10.0 - 2020-11-24
- fix: Updated supported Terraform versions (#24)
v0.9.0 - 2020-10-13
- fix: fixed variable typings in variables.tf for indices (#21)
v0.8.0 - 2020-09-23
- feat: Add replica configuration to create global DynamoDB tables (#20)
v0.7.0 - 2020-08-14
- feat: Updated version requirements for AWS provider v3 and Terraform 0.13 (#18)
v0.6.0 - 2020-06-19
v0.5.0 - 2020-04-15
- fix: Use correct write policy name for table and index autoscaling rules (#12)
- fix: Lookup non_key_attributes in local_secondary_index.value. (#11)
v0.4.0 - 2020-04-02
- feat: Adding autoscaling (#10)
v0.3.0 - 2020-03-21
- feat: Added DynamoDB table resource
- first commit