Skip to content

Releases: cloudposse/terraform-aws-dynamodb

v0.19.0

03 Sep 05:15
1e58b92
Compare
Choose a tag to compare
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

19 Aug 05:31
85d6491
Compare
Choose a tag to compare
Additional TF 0.13 Fixes @osterman (#60)

what

  • upgrade chatops
  • add automatic releasing
  • upgrade to go modules
  • update any version pinning
  • (locally verififed) no terraform init errors using cli

why

  • Support Terraform 0.13

0.17.1

18 Aug 06:59
ddff252
Compare
Choose a tag to compare
[AUTOMATED] Update terraform-null-label versions to support Terraform…

0.17.0: [AUTOMATED] Update Version Pinning for Terraform to support 0.13 (#58)

12 Aug 01:07
72078cb
Compare
Choose a tag to compare
## 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)

14 Jul 04:37
b9c32a7
Compare
Choose a tag to compare
## 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

10 Jan 22:27
e5b6d98
Compare
Choose a tag to compare

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

10 Jan 03:50
bf528db
Compare
Choose a tag to compare

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 and rebuild-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 calls rebuild-readme-command to rebuild README

0.13.0 Add tags to autoscaler

08 Jan 20:39
Compare
Choose a tag to compare

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

07 Jan 16:23
Compare
Choose a tag to compare

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

15 Nov 19:37
Compare
Choose a tag to compare

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