Skip to content

Commit

Permalink
fix: Tag Application AutoScaling target (#389)
Browse files Browse the repository at this point in the history
Co-authored-by: Vladimir Varankin <vladimir.varankin@solarisbank.de>
  • Loading branch information
narqo and Vladimir Varankin committed Jun 7, 2023
1 parent d55c877 commit 04ffe1c
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 @@ -275,6 +275,8 @@ resource "aws_appautoscaling_target" "this" {
resource_id = "cluster:${aws_rds_cluster.this[0].cluster_identifier}"
scalable_dimension = "rds:cluster:ReadReplicaCount"
service_namespace = "rds"

tags = var.tags
}

resource "aws_appautoscaling_policy" "this" {
Expand Down

0 comments on commit 04ffe1c

Please sign in to comment.