Skip to content

Commit 98546dc

Browse files
committed
Fix terrafmt errors.
1 parent 4f6dc98 commit 98546dc

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

internal/service/ecs/express_gateway_service_test.go

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -534,12 +534,12 @@ resource "aws_ecs_express_gateway_service" "test" {
534534
image = "public.ecr.aws/nginx/nginx:latest"
535535
}
536536
537-
scaling_target {
538-
min_task_count = 0
539-
max_task_count = 1
540-
auto_scaling_metric = "AVERAGE_CPU"
541-
auto_scaling_target_value = 60
542-
}
537+
scaling_target {
538+
min_task_count = 0
539+
max_task_count = 1
540+
auto_scaling_metric = "AVERAGE_CPU"
541+
auto_scaling_target_value = 60
542+
}
543543
}
544544
`, rName, waitForSteadyStateConfig))
545545
}

0 commit comments

Comments
 (0)