Skip to content

Commit

Permalink
feat: Add tags to AppAutoscaling target (#44)
Browse files Browse the repository at this point in the history
  • Loading branch information
mpdred authored Nov 26, 2024
1 parent d0682a9 commit f0857f3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -313,6 +313,8 @@ resource "aws_appautoscaling_target" "this" {
resource_id = aws_msk_cluster.this[0].arn
scalable_dimension = "kafka:broker-storage:VolumeSize"
service_namespace = "kafka"

tags = var.tags
}

resource "aws_appautoscaling_policy" "this" {
Expand Down

0 comments on commit f0857f3

Please sign in to comment.