Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ecs_service_info lists all services in all clusters when no cluster attribute is given #2058

Open
wants to merge 11 commits into
base: main
Choose a base branch
from
Prev Previous commit
Next Next commit
Update plugins/modules/ecs_service_info.py
Co-authored-by: Markus Bergholz <git@osuv.de>
  • Loading branch information
b0tting and markuman authored Mar 19, 2024
commit f63e6250e871c1f86db17a859b4d874424c769c6
2 changes: 1 addition & 1 deletion plugins/modules/ecs_service_info.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
cluster:
- test-cluster
- prod-cluster
register: output
register: output
"""

RETURN = r"""
Expand Down
Loading