Skip to content

Commit

Permalink
feat: Add tags to aws_appautoscaling_target (#133)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
MaxymVlasov authored Aug 6, 2024
1 parent a0cfac2 commit 2ee61b0
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 @@ -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)
Expand Down

0 comments on commit 2ee61b0

Please sign in to comment.