061877d584
* added account_alias in the response of module aws_caller_facts * added comment to explain list_account_aliases * renamed caller_identity to caller_facts as the content is extended * created changelog * security-policy needs the iam:ListAccountAliases for this module to work * test now checks for the added field account_alias * gracefully handle missing iam:ListAccountAliases permission
3 lines
93 B
YAML
3 lines
93 B
YAML
---
|
|
minor_changes:
|
|
- aws_caller_facts - The module now outputs the "account_alias" as well
|