Skip to content

Commit b3ecf79

Browse files
committed
fix service name
1 parent d565253 commit b3ecf79

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

localstack-core/localstack/utils/aws/client_types.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -277,8 +277,8 @@ class ServicePrincipal(str):
277277
appsync = "appsync"
278278
cloudformation = "cloudformation"
279279
dms = "dms"
280-
ecr = "ecr"
281-
ecr_task = "ecr-task"
280+
ecs = "ecs"
281+
ecs_tasks = "ecs-tasks"
282282
edgelambda = "edgelambda"
283283
elasticloadbalancing = "elasticloadbalancing"
284284
events = "events"

0 commit comments

Comments
 (0)