Skip to content

Commit

Permalink
Merge branch 'main' of github.com:b0tting/community.aws into main
Browse files Browse the repository at this point in the history
  • Loading branch information
markotting committed Apr 1, 2024
2 parents 456012c + 049e728 commit 2dc19a3
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions plugins/modules/ecs_service_info.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
type: bool
cluster:
description:
- The cluster ARNS in which to list the services. If not provided, all clusters are listed.
- The cluster ARNS in which to list the services. If not provided, all clusters are listed.
required: false
type: list
elements: str
Expand Down Expand Up @@ -60,13 +60,12 @@
- community.aws.ecs_service_info:
details: true
register: output
# Basic listing example for the list of services in two specific clusters
- community.aws.ecs_service_info:
cluster:
- test-cluster
- prod-cluster
register: output
register: output
"""

RETURN = r"""
Expand Down

0 comments on commit 2dc19a3

Please sign in to comment.