Skip to content

Commit

Permalink
fix(infra): fix typo in ecs-iris-service-asg file (#1133)
Browse files Browse the repository at this point in the history
fix: fix typo in ecs-iris-service-asg file
  • Loading branch information
k1g99 authored Jan 3, 2024
1 parent b964129 commit 00baeef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infra/modules/codedang-infra/ecs-iris-service-asg.tf
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ resource "aws_cloudwatch_metric_alarm" "ecs_iris_scale-up" {
resource "aws_appautoscaling_target" "service_asg_iris" {
max_capacity = 8
min_capacity = 2
resource_id = "service/${aws_ecs_cluster.iris.name}/${aws_ecs_service.iris.name}}"
resource_id = "service/${aws_ecs_cluster.iris.name}/${aws_ecs_service.iris.name}"
scalable_dimension = "ecs:service:DesiredCount"
service_namespace = "ecs"
}
Expand Down

0 comments on commit 00baeef

Please sign in to comment.