Update aws_caller_facts.py (#41936)
Minor typo (accont vs account) and rewording to remove dangling from. +label: docsite_prpull/4420/head
parent
ad2e8dd6d8
commit
ffba0a5d99
|
@ -13,7 +13,7 @@ DOCUMENTATION = '''
|
||||||
module: aws_caller_facts
|
module: aws_caller_facts
|
||||||
short_description: Get facts about the user and account being used to make AWS calls.
|
short_description: Get facts about the user and account being used to make AWS calls.
|
||||||
description:
|
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.
|
- 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"
|
version_added: "2.6"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue