Skip to content

Commit

Permalink
update terraform-aws-dynamodb-autoscaler version (#65)
Browse files Browse the repository at this point in the history
* Update versions.tf

* Bump autoscaler version
  • Loading branch information
woz5999 authored Sep 9, 2020
1 parent 1e58b92 commit ed229a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ resource "aws_dynamodb_table" "default" {
}

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

0 comments on commit ed229a0

Please sign in to comment.