We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e032be5 commit 0ca4745Copy full SHA for 0ca4745
main.tf
@@ -19,6 +19,7 @@ resource "aws_appautoscaling_target" "default" {
19
scalable_dimension = "ecs:service:DesiredCount"
20
min_capacity = var.min_capacity
21
max_capacity = var.max_capacity
22
+ tags = module.this.tags
23
}
24
25
resource "aws_appautoscaling_policy" "up" {
0 commit comments