terraform-aws-dynamodb
terraform-aws-dynamodb copied to clipboard
Terraform module that implements AWS DynamoDB with support for AutoScaling
## 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
Found a bug? Maybe our [Slack Community](https://slack.cloudposse.com) can help. [](https://slack.cloudposse.com) ## Describe the Bug When table has replicas enabled, every subsequent apply wants to replace replicas. ## Expected Behavior...
This issue provides visibility into Renovate updates and their statuses. [Learn more](https://docs.renovatebot.com/key-concepts/dashboard/) This repository currently has no open or pending branches. ## Detected dependencies terraform main.tf - `undefined no version...
Dont see an example of autoscaling the index- maybe I missed it. Can this module apply autoscaling settings to table _and_ indices?
## what - Explicitly set `replica` attributes as the default values ## why - If using replicas, we always see drift for plans if those values are not set ##...
### Describe the Bug The addition of the `import_table` block in the most recent release should have required a change in the `required_version` of the AWS provider to be `>=...
### Describe the Bug The `propagate_tags` is disabled. I just noticed that my replicas did not inherit the tags. I am suspecting its because of this flag? https://github.com/cloudposse/terraform-aws-dynamodb/blob/1a11bea59eefb50e2f776dcaa17504c0d6afd80d/main.tf#L112 ### Expected...
## Describe the Feature Add deletion_protection_enabled to the module. Terraform has this as an optional argument ## Expected Behavior When the flag set to true the dynamo table to be...
## what This minor change is to implement the [aws_dynamodb_resource_policy](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/dynamodb_resource_policy) resource, to allow a user to set the table or stream's resource policy. Two more variables are added, one for...