Remove `ResponseMetadata` key from aws_caller_facts (#39102)

pull/38983/head
Ryan Brown 6 years ago committed by Sloane Hertel
parent d36537513e
commit 7544c59a23

@ -72,6 +72,7 @@ def main():
try:
caller_identity = client.get_caller_identity()
caller_identity.pop('ResponseMetadata', None)
module.exit_json(
changed=False,
**camel_dict_to_snake_dict(caller_identity)

Loading…
Cancel
Save