Update aws_caller_facts.py (#41936)
Minor typo (accont vs account) and rewording to remove dangling from. +label: docsite_pr
This commit is contained in:
parent
ad2e8dd6d8
commit
ffba0a5d99
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ DOCUMENTATION = '''
|
|||
module: aws_caller_facts
|
||||
short_description: Get facts about the user and account being used to make AWS calls.
|
||||
description:
|
||||
- This module returns information about the accont and user / role that the AWS access tokens are from.
|
||||
- This module returns information about the account and user / role from which the AWS access tokens originate.
|
||||
- The primary use of this is to get the account id for templating into ARNs or similar to avoid needing to specify this information in inventory.
|
||||
version_added: "2.6"
|
||||
|
||||
|
|
Loading…
Reference in a new issue