Releases: cloudposse/terraform-aws-dynamodb
v0.29.4
🤖 Automatic Updates
Update Terraform cloudposse/dynamodb-autoscaler/aws to v0.14.0 @renovate (#100)
This PR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
cloudposse/dynamodb-autoscaler/aws (source) | module | minor | 0.13.2 -> 0.14.0 |
Release Notes
cloudposse/terraform-aws-dynamodb-autoscaler
v0.14.0
🚀 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 * Closes https://github.com/cloudposse/terraform-aws-dynamodb-autoscaler/issues/39Configuration
📅 Schedule: At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Renovate will not automatically rebase this PR, because other commits have been found.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
- If you want to rebase/retry this PR, click this checkbox.
This PR has been generated by WhiteSource Renovate. View repository job log here.
v0.29.3
🤖 Automatic Updates
Add var.tags_enabled to support dynamodb-local @mwarkentin (#91)
what
- Adds new variable
var.enable_tags
- defaults totrue
for backwards-compatibility - If
var.enable_tags = false
, setstags = null
instead of using generated tags to supportapply
against a dynamodb-local table (which doesn't support tagging APIs)
why
- We want to be able to use this module to manage local dynamodb tables in addition to our AWS tables
references
- Closes #90
v0.29.2
🚀 Enhancements
Chore: bump `dynamodb-autoscaler` module to `0.13.2` @korenyoni (#98)
what
- Bump
dynamodb-autoscaler
module to0.13.2
why
dynamodb-autoscaler:0.13.1
has acontext.tf
that is incompatible with thetenant
label.
references
v0.29.1
🤖 Automatic Updates
Update context.tf @cloudpossebot (#97)
what
This is an auto-generated PR that updates the context.tf
file to the latest version from cloudposse/terraform-null-label
why
To support all the features of the context
interface.
v0.29.0
Only specify ttl block if ttl_enabled is true @alexjurkiewicz (#95)
Fixes #94.
v0.28.1
🤖 Automatic Updates
Update Terraform cloudposse/dynamodb-autoscaler/aws to v0.13.1 @renovate (#96)
This PR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
cloudposse/dynamodb-autoscaler/aws (source) | module | patch | 0.13.0 -> 0.13.1 |
Release Notes
cloudposse/terraform-aws-dynamodb-autoscaler
v0.13.1
🚀 Enhancements
Don't create resources when enabled = false @alexjurkiewicz (#40)
Configuration
📅 Schedule: At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻️ Rebasing: Renovate will not automatically rebase this PR, because other commits have been found.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
- If you want to rebase/retry this PR, check this box.
This PR has been generated by WhiteSource Renovate. View repository job log here.
v0.28.0
v0.27.1
🤖 Automatic Updates
Update Terraform cloudposse/dynamodb-autoscaler/aws to v0.13.0 @renovate (#89)
This PR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
cloudposse/dynamodb-autoscaler/aws (source) | module | minor | 0.12.0 -> 0.13.0 |
Release Notes
cloudposse/terraform-aws-dynamodb-autoscaler
v0.13.0
some resources names build logic fix @maximmi (#38)
#### what * some resources names build logic fix #### why * broken logicConfiguration
📅 Schedule: At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻️ Rebasing: Renovate will not automatically rebase this PR, because other commits have been found.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
- If you want to rebase/retry this PR, check this box.
This PR has been generated by WhiteSource Renovate. View repository job log here.
v0.27.0
v0.26.2
🤖 Automatic Updates
Update Terraform cloudposse/dynamodb-autoscaler/aws to v0.12.0 @renovate (#86)
This PR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
cloudposse/dynamodb-autoscaler/aws (source) | module | minor | 0.11.0 -> 0.12.0 |
Release Notes
cloudposse/terraform-aws-dynamodb-autoscaler
v0.12.0
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 * https://github.com//issues/70Configuration
📅 Schedule: At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻️ Rebasing: Renovate will not automatically rebase this PR, because other commits have been found.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
- If you want to rebase/retry this PR, check this box.
This PR has been generated by WhiteSource Renovate. View repository job log here.