Skip to content

Releases: cloudposse/terraform-aws-dynamodb-autoscaler

v0.14.0

26 Oct 16:27
173a458
Compare
Choose a tag to compare

🚀 Enhancements

Feat: Add Index Read/Write Values for Capacity and Target @nitrocode (#43)

what

  • Add index read/write values for autoscaling capacity and target
  • If the index values aren't provided, the original values will be used in place via coalesce(index, original)

why

  • Separate read/write capacities for table vs index

references

v0.13.2

14 Oct 17:22
b9a49c0
Compare
Choose a tag to compare

🚀 Enhancements

Chore: run `make github/init` @korenyoni (#41)

what

  • Run make github/init.

why

  • Updates GHA-workflow-related files to their latest distribution.
  • The old context.tf distribution is incompatible with the tenant label.

references

v0.13.1

28 May 15:51
558d090
Compare
Choose a tag to compare

🚀 Enhancements

Don't create resources when enabled = false @alexjurkiewicz (#40)

v0.13.0

20 May 15:07
029e0cf
Compare
Choose a tag to compare
some resources names build logic fix @maximmi (#38)

what

  • some resources names build logic fix

why

  • broken logic

v0.12.0

20 May 09:46
b7b7003
Compare
Choose a tag to compare
count replaced with foreach @maximmi (#37)

what

  • count replaced with foreach

why

  • requires to fix invalid count argument on read/write_target_index with multiple dynamodb tables issue

refs

v0.11.0

05 Feb 00:59
a914ccb
Compare
Choose a tag to compare
context.tf updated to v0.24.1, minimum required Terraform version bumped to 0.13.0 when needed, readme updated @maximmi (#33)

what

  • update context.tf to v0.24.1
  • minimum required Terraform version bumped to 0.13.0
  • readme updated, Bridgecrew compliance badges added

why

  • It allows for setting the letter case of tag names and labels, back compatibility with context v0.22.0 and below
  • we have dropped support for Terraform 0.12
  • To be able see and fix the recommendations from Bridgecrew so we can position our modules as standards compliant

Supersedes and closes #32

v0.10.0

04 Feb 06:56
c2fb5df
Compare
Choose a tag to compare
Terraform 0.14 upgrade @maximmi (#31)

what

  • Upgrade to support Terraform 0.14 and bring up to current Cloud Posse standard

why

  • Support Terraform 0.14

v0.9.2

06 Jan 16:50
59fafae
Compare
Choose a tag to compare

🤖 Automatic Updates

Update README.md and docs @cloudpossebot (#30)

what

This is an auto-generated PR that updates the README.md and docs

why

To have most recent changes of README.md and doc from origin templates

v0.9.1

15 Dec 05:24
0534c08
Compare
Choose a tag to compare

🚀 Enhancements

Fix auto-context and validate-codeowners @Nuru (#29)

what

  • Fix auto-context and validate-codeowners

why

  • #28 added early versions with issues that have since been resolved

v0.9.0

11 Dec 04:41
8d99de1
Compare
Choose a tag to compare
Terraform 0.14 upgrade @Nuru (#28)

what

  • Upgrade to support Terraform 0.14 and bring up to current Cloud Posse standard
  • Remove IAM role and policies

why

  • Support Terraform 0.14
  • Not needed now that we have service-linked roles
  • Closes #25