Skip to content

Commit

Permalink
opensearch_info - Fix the name of the domain_name key in the example (#…
Browse files Browse the repository at this point in the history
…1811)

opensearch_info - Fix the name of the domain_name key in the example

Reviewed-by: Mark Chappell
  • Loading branch information
goneri authored May 9, 2023
1 parent de33821 commit 780d735
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions changelogs/fragments/opensearch_info_example_key_name.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
---
bugfixes:
- "opensearch_info - Fix the name of the domain_name key in the example (https://github.com/ansible-collections/community.aws/pull/1811)."
2 changes: 1 addition & 1 deletion plugins/modules/opensearch_info.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
EXAMPLES = r"""
- name: Get information about an OpenSearch domain instance
community.aws.opensearch_info:
domain-name: my-search-cluster
domain_name: my-search-cluster
register: new_cluster_info
- name: Get all OpenSearch instances
Expand Down

0 comments on commit 780d735

Please sign in to comment.