Skip to content

Commit

Permalink
correcting the typo in scaleout policy for Staging (#1288)
Browse files Browse the repository at this point in the history
  • Loading branch information
pskushwaha1 authored Jan 16, 2024
1 parent 3e4a39b commit 3ad4627
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/terraform/auto-scaling.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3ad4627

Please sign in to comment.