1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

fix sts_session_token parameter example (#28549)

This commit is contained in:
Muhammad Panji 2017-08-23 20:11:51 +07:00 committed by Sloane Hertel
parent 8c5b9d99ed
commit 8ed0222eff

View file

@ -70,7 +70,7 @@ EXAMPLES = '''
# Get a session token (more details: http://docs.aws.amazon.com/STS/latest/APIReference/API_GetSessionToken.html)
sts_session_token:
duration: 3600
duration_seconds: 3600
register: session_credentials
# Use the session token obtained above to tag an instance in account 123456789012