Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
iam_access_key - fix example docs

SUMMARY
Closes ansible-collections#1710
ISSUE TYPE

Docs Pull Request

COMPONENT NAME
iam_access_key

Reviewed-by: Mark Chappell <None>
  • Loading branch information
markuman authored Feb 8, 2023
1 parent 518ae5b commit 6bd2443
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions iam_access_key.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
'''

Expand Down

0 comments on commit 6bd2443

Please sign in to comment.