Skip to content

Commit 04ffe1c

Browse files
narqoVladimir Varankin
andauthored
fix: Tag Application AutoScaling target (#389)
Co-authored-by: Vladimir Varankin <[email protected]>
1 parent d55c877 commit 04ffe1c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

main.tf

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -275,6 +275,8 @@ resource "aws_appautoscaling_target" "this" {
275275
resource_id = "cluster:${aws_rds_cluster.this[0].cluster_identifier}"
276276
scalable_dimension = "rds:cluster:ReadReplicaCount"
277277
service_namespace = "rds"
278+
279+
tags = var.tags
278280
}
279281

280282
resource "aws_appautoscaling_policy" "this" {

0 commit comments

Comments
 (0)