Skip to content

Commit

Permalink
modify resource id for the scaling
Browse files Browse the repository at this point in the history
  • Loading branch information
larisa17 committed Jul 2, 2024
1 parent 514fbde commit c67ca97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infra/aws/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@ const service_data = DOCKER_SCROLL_SERVICE_IMAGE.apply((drk_image) => {
{
maxCapacity: 10,
minCapacity: 1,
resourceId: pulumi.interpolate`service/${passportClusterNameArn}/${service.name}`,
resourceId: pulumi.interpolate`service/${passportClusterName}/${service.name}`,
scalableDimension: "ecs:service:DesiredCount",
serviceNamespace: "ecs",
}
Expand Down

0 comments on commit c67ca97

Please sign in to comment.