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:
parent
8c5b9d99ed
commit
8ed0222eff
1 changed files with 1 additions and 1 deletions
|
@ -70,7 +70,7 @@ EXAMPLES = '''
|
||||||
|
|
||||||
# Get a session token (more details: http://docs.aws.amazon.com/STS/latest/APIReference/API_GetSessionToken.html)
|
# Get a session token (more details: http://docs.aws.amazon.com/STS/latest/APIReference/API_GetSessionToken.html)
|
||||||
sts_session_token:
|
sts_session_token:
|
||||||
duration: 3600
|
duration_seconds: 3600
|
||||||
register: session_credentials
|
register: session_credentials
|
||||||
|
|
||||||
# Use the session token obtained above to tag an instance in account 123456789012
|
# Use the session token obtained above to tag an instance in account 123456789012
|
||||||
|
|
Loading…
Reference in a new issue