mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-17 14:21:30 +00:00
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:
committed by
Will Thames
parent
ad2e8dd6d8
commit
ffba0a5d99
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user