Skip to content

Commit 0ca4745

Browse files
authored
fix: adds tags for AS policy (#42)
1 parent e032be5 commit 0ca4745

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

main.tf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ resource "aws_appautoscaling_target" "default" {
1919
scalable_dimension = "ecs:service:DesiredCount"
2020
min_capacity = var.min_capacity
2121
max_capacity = var.max_capacity
22+
tags = module.this.tags
2223
}
2324

2425
resource "aws_appautoscaling_policy" "up" {

0 commit comments

Comments
 (0)