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>

This commit was initially merged in https://github.com/ansible-collections/community.aws
See: ansible-collections/community.aws@88872b3
  • Loading branch information
markuman authored and alinabuzachis committed Sep 27, 2023
1 parent ba46b2f commit e6f5afb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugins/modules/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 e6f5afb

Please sign in to comment.