Skip to content

Latest commit

 

History

History
161 lines (87 loc) · 7.99 KB

CHANGELOG.md

File metadata and controls

161 lines (87 loc) · 7.99 KB

Changelog

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

2.0.0 (2022-06-07)

⚠ BREAKING CHANGES

  • Added module wrappers. Bump TF version to 1.0. (#55)

Features

  • Added module wrappers. Bump TF version to 1.0. (#55) (2b464ad)

1.3.0 (2022-06-07)

Features

1.3.0 (2022-06-05)

Features

1.2.2 (2022-01-24)

Bug Fixes

  • Fixed dynamodb_table_stream_label output (#47) (ba08762)

1.2.1 (2022-01-24)

Bug Fixes

  • Fixed dynamodb_table_stream_arn output (#46) (e3f534c)

1.2.0 (2022-01-14)

Features

  • 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)

Bug Fixes

  • update CI/CD process to enable auto-release workflow (#41) (09d7a28)

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

  • fix: Fixed autoscaling references (resolves #15) (#16)

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

v0.2.0 - 2020-03-21

  • feat: Added DynamoDB table resource
  • first commit