Skip to content

Commit 2ee61b0

Browse files
authored
feat: Add tags to aws_appautoscaling_target (#133)
* feat: Add tags to aws_appautoscaling_target Update `terraform-aws-dynamodb-autoscaler` module to set tags for `aws_appautoscaling_target` resources Related PR: cloudposse/terraform-aws-dynamodb-autoscaler#65 * Update main.tf
1 parent a0cfac2 commit 2ee61b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: main.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ resource "aws_dynamodb_table" "default" {
152152

153153
module "dynamodb_autoscaler" {
154154
source = "cloudposse/dynamodb-autoscaler/aws"
155-
version = "0.14.0"
155+
version = "0.16.0"
156156
enabled = local.enabled && var.enable_autoscaler && var.billing_mode == "PROVISIONED"
157157

158158
attributes = concat(module.this.attributes, var.autoscaler_attributes)

0 commit comments

Comments
 (0)