provider/aws: Remove deprecated endpoints from Provider introduction (#13461)

Fixes: #13450
This commit is contained in:
Paul Stack 2017-04-07 17:02:39 +03:00 committed by GitHub
parent 2c9c4f3475
commit 805612c38c
1 changed files with 8 additions and 8 deletions

View File

@ -176,14 +176,6 @@ The following arguments are supported in the `provider` block:
* `insecure` - (Optional) Explicitly allow the provider to
perform "insecure" SSL requests. If omitted, default value is `false`.
* `dynamodb_endpoint` - (Optional) Use this to override the default endpoint
URL constructed from the `region`. It's typically used to connect to
`dynamodb-local`.
* `kinesis_endpoint` - (Optional) Use this to override the default endpoint
URL constructed from the `region`. It's typically used to connect to
`kinesalite`.
* `skip_credentials_validation` - (Optional) Skip the credentials
validation via the STS API. Useful for AWS API implementations that do
not have STS available or implemented.
@ -238,6 +230,14 @@ in excess of those allowed by the access policy of the role that is being assume
Nested `endpoints` block supports the following:
* `dynamodb` - (Optional) Use this to override the default endpoint
URL constructed from the `region`. It's typically used to connect to
`dynamodb-local`.
* `kinesis` - (Optional) Use this to override the default endpoint
URL constructed from the `region`. It's typically used to connect to
`kinesalite`.
* `iam` - (Optional) Use this to override the default endpoint
URL constructed from the `region`. It's typically used to connect to
custom IAM endpoints.