diff --git a/ci/terraform/auto-scaling.tf b/ci/terraform/auto-scaling.tf index a0d600d91..b7238882b 100644 --- a/ci/terraform/auto-scaling.tf +++ b/ci/terraform/auto-scaling.tf @@ -98,7 +98,7 @@ resource "aws_appautoscaling_target" "frontend_auto_scaling_target_v2" { resource "aws_appautoscaling_policy" "frontend_auto_scaling_policy_scale_out" { count = var.frontend_auto_scaling_v2_enabled ? 1 : 0 - name = "${var.environment}-frontend_auto_scaling_policy_scale_in" + name = "${var.environment}-frontend_auto_scaling_policy_scale_out" policy_type = "StepScaling" resource_id = aws_appautoscaling_target.frontend_auto_scaling_target_v2[0].resource_id scalable_dimension = aws_appautoscaling_target.frontend_auto_scaling_target_v2[0].scalable_dimension