Skip to content

Commit ed229a0

Browse files
authored
update terraform-aws-dynamodb-autoscaler version (#65)
* Update versions.tf * Bump autoscaler version
1 parent 1e58b92 commit ed229a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ resource "aws_dynamodb_table" "default" {
120120
}
121121

122122
module "dynamodb_autoscaler" {
123-
source = "git::https://github.com/cloudposse/terraform-aws-dynamodb-autoscaler.git?ref=tags/0.8.0"
123+
source = "git::https://github.com/cloudposse/terraform-aws-dynamodb-autoscaler.git?ref=tags/0.8.1"
124124
enabled = var.enabled && var.enable_autoscaler && var.billing_mode == "PROVISIONED"
125125
namespace = var.namespace
126126
stage = var.stage

0 commit comments

Comments
 (0)