[docs] Include "_facts" in module examples section (#41680)
The example says module name: "cloudwatchlogs_log_group" where it should say: "cloudwatchlogs_log_group_facts" +label: docsite_pr
This commit is contained in:
parent
6c654b6947
commit
d8fc027db5
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ extends_documentation_fragment:
|
||||||
|
|
||||||
EXAMPLES = '''
|
EXAMPLES = '''
|
||||||
# Note: These examples do not set authentication details, see the AWS Guide for details.
|
# Note: These examples do not set authentication details, see the AWS Guide for details.
|
||||||
- cloudwatchlogs_log_group:
|
- cloudwatchlogs_log_group_facts:
|
||||||
log_group_name: test-log-group
|
log_group_name: test-log-group
|
||||||
'''
|
'''
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue