UPD: added README

This commit is contained in:
xpk 2023-07-01 17:21:53 +08:00
parent 0fb9240551
commit a67ac7b052
Signed by: xpk
GPG Key ID: CD4FF6793F09AB86

View File

@ -0,0 +1,18 @@
# assume_role module
This module calls sts and run assume role. Returns the temp credential as a map.
## System requirements
* awscli
* jq
## Outputs
temp_credential: A map of strings returned by awscli. Variable is sensitive.
```json
{
"AccessKeyId": "111",
"SecretAccessKey": "222",
"SessionToken": "333",
"Expiration": "2023-07-01T10:19:47+00:00"
}
```