mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-25 18:45:20 -06:00
changing AWS_SECURITY_TOKEN to AWS_SESSION_TOKEN
This commit is contained in:
parent
a0a59d3fb7
commit
5aa1d3a4e5
@ -154,7 +154,7 @@ The following arguments are supported in the `provider` block:
|
||||
If this is not set and a profile is specified, ~/.aws/credentials will be used.
|
||||
|
||||
* `token` - (Optional) Use this to set an MFA token. It can also be sourced
|
||||
from the `AWS_SECURITY_TOKEN` environment variable.
|
||||
from the `AWS_SESSION_TOKEN` environment variable.
|
||||
|
||||
* `max_retries` - (Optional) This is the maximum number of times an API call is
|
||||
being retried in case requests are being throttled or experience transient failures.
|
||||
|
Loading…
Reference in New Issue
Block a user