Releases: cloudposse/terraform-aws-dynamodb
Releases · cloudposse/terraform-aws-dynamodb
Migrate to README.yaml format
what
- Add
README.yaml
why
- Standardize README
0.4.3
0.4.2
0.4.1
what
- Add global secondary indexes to
terraform-aws-dynamodb-autoscaler
why
- Indexes need to be auto-scaled as well
terraform apply
Apply complete! Resources: 19 added, 0 changed, 0 destroyed.
Outputs:
global_secondary_index_names = [
DailyAverageIndex,
HighWaterIndex
]
table_arn = arn:aws:dynamodb:us-east-1:XXXXXXXXXXXX:table/cp-prod-app
table_id = cp-prod-app
table_name = cp-prod-app
0.4.0
0.3.0
0.2.1: read/write targets now explicitly depend on dynamo_table (#4)
- this ensures Terraform creates the resources in the correct order [ch9491]
0.2.0: Enable encryption and do not request a specific role (#3)
* Do not specify read/write target roles https://github.com/terraform-providers/terraform-provider-aws/issues/2844 [ch9409] * Enable encryption * Add variable for encryption flag