Releases: cloudposse/terraform-aws-dynamodb
Releases · cloudposse/terraform-aws-dynamodb
v0.19.0
ensure we can take v3 of the aws provider @jurgenweber (#62)
what
do not restrict the aws provider version to just v2
why
cloudposse/terraform-aws-route53-cluster-hostname#23
the aws cloud provider has v13 fixes and requirements also
references
closes #61
#61
v0.18.0
0.17.1
0.17.0: [AUTOMATED] Update Version Pinning for Terraform to support 0.13 (#58)
## What 1. Update Version Pinning for Terraform to support 0.13 ## Why 1. This is a relatively minor update that the CloudPosse module already likely supports. 1. This allows module consumers to not individually update our Terraform module to support Terraform 0.13.
0.16.0: Updates to ChatOps - Automated commit (#55)
## What * Adds chatops commands - '/test all' - '/test bats' - '/test readme' - '/test terratest' * Drops codefresh * Drops slash-command-dispatch * Removes codefresh badge * Rebuilds README ## Why * Change over from codefresh to GH Actions * Facilitate testing of PRs from forks
0.15.0 Fix `enable_autoscaler` variable type and default
what
- Fix
enable_autoscaler
variable type and default
why
- Type "string" is a leftover from TF 0.11
- No need to enable autoscaler by default
0.14.0 Update modules and docs
what
- Update README
- Change AWS region for tests to
us-east-2
- Use
splat+join
instead of list concatenation for resources with counts - Add
slash-command-dispatch
andrebuild-readme-command
GitHub Actions - Update LICENSE
why
- Keep README up to date, add reference to the complete example and tests
- We use
us-east-2
for all tests (us-west-1
is a very limited region) - We use
splat+join
for resources with counts slash-command-dispatch
is a GitHub action that facilitates "ChatOps" by creating repository dispatch events for slash commands- Listens to
rebuild-readme
command in PR comments and callsrebuild-readme-command
to rebuild README
0.13.0 Add tags to autoscaler
what
- Add tags to autoscaler
why
- The autoscaler supports tags
- Tag all the created resources
0.12.0 Use the latest label module to support the environment attribute
what
- Use the latest label module to support the
environment
attribute
why
- Allow the
environment
attribute to be passed to included modules - Useful for naming resources
0.11.0 Add support for `regex_replace_chars` variable
what
- Add support for
regex_replace_chars
variable
why
- The variable is passed through to the
null-label
module and allows more flexibility when naming resources