dynamodb-local Update aws provider docs to include the `dynamodb_endpoint` argument
This commit is contained in:
parent
35201e730e
commit
2f6d20837f
|
@ -55,5 +55,7 @@ The following arguments are supported in the `provider` block:
|
|||
to prevent you mistakenly using a wrong one (and end up destroying live environment).
|
||||
Conflicts with `allowed_account_ids`.
|
||||
|
||||
* `dynamodb_endpoint` - (Optional) Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to dynamodb-local.
|
||||
|
||||
In addition to the above parameters, the `AWS_SECURITY_TOKEN` environmental
|
||||
variable can be set to set an MFA token.
|
||||
|
|
Loading…
Reference in New Issue