diff --git a/main.tf b/main.tf index 0fc0030..4302dd5 100644 --- a/main.tf +++ b/main.tf @@ -152,7 +152,7 @@ resource "aws_dynamodb_table" "default" { module "dynamodb_autoscaler" { source = "cloudposse/dynamodb-autoscaler/aws" - version = "0.14.0" + version = "0.16.0" enabled = local.enabled && var.enable_autoscaler && var.billing_mode == "PROVISIONED" attributes = concat(module.this.attributes, var.autoscaler_attributes)