Skip to content

Commit

Permalink
Add tags to autoscaler (#45)
Browse files Browse the repository at this point in the history
  • Loading branch information
bassco authored and aknysh committed Jan 8, 2020
1 parent d6a3076 commit e7f1385
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@ module "dynamodb_autoscaler" {
name = var.name
delimiter = var.delimiter
attributes = var.attributes
tags = module.dynamodb_label.tags
dynamodb_table_name = concat(aws_dynamodb_table.default.*.id, [""])[0]
dynamodb_table_arn = concat(aws_dynamodb_table.default.*.arn, [""])[0]
dynamodb_indexes = null_resource.global_secondary_index_names.*.triggers.name
Expand Down

0 comments on commit e7f1385

Please sign in to comment.