From e6f5afba48b533930e4d516844819299d8ffb1de Mon Sep 17 00:00:00 2001 From: Markus Bergholz Date: Wed, 8 Feb 2023 07:34:38 +0100 Subject: [PATCH] fix (#1711) iam_access_key - fix example docs SUMMARY Closes #1710 ISSUE TYPE Docs Pull Request COMPONENT NAME iam_access_key Reviewed-by: Mark Chappell This commit was initially merged in https://github.com/ansible-collections/community.aws See: https://github.com/ansible-collections/community.aws/commit/88872b39fba1b979780d260ea5b0f9f5dcd5aeae --- plugins/modules/iam_access_key.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/modules/iam_access_key.py b/plugins/modules/iam_access_key.py index ab3e9110604..32220a216e3 100644 --- a/plugins/modules/iam_access_key.py +++ b/plugins/modules/iam_access_key.py @@ -69,8 +69,8 @@ - name: Delete the access_key community.aws.iam_access_key: - name: example_user - access_key_id: AKIA1EXAMPLE1EXAMPLE + user_name: example_user + id: AKIA1EXAMPLE1EXAMPLE state: absent '''