Files
opentf/vendor/github.com
Jake Champlin d05fc51aa0 provider/aws: Handle LimitExceededException for subscriber limits
- Updates aws-sdk-go/request for retryer fix
 - Fixes dynamoDB exception handling to catch subscriber limit error

When the `aws-sdk-go` dep releases the next release, we can tag the vendor with the new
release version, and merge this. Until then, soft-updated the vendor solely for the `request` package to post fix.

DynamoDB Fix:
```
aws_dynamodb_table.bar: Creating...
  arn:                       "" => "<computed>"
  attribute.#:               "" => "1"
  attribute.4228504427.name: "" => "id"
  attribute.4228504427.type: "" => "S"
  hash_key:                  "" => "id"
  name:                      "" => "over-cap-test"
  read_capacity:             "" => "5"
  stream_arn:                "" => "<computed>"
  stream_enabled:            "" => "<computed>"
  stream_view_type:          "" => "<computed>"
  write_capacity:            "" => "5"
Error applying plan:

1 error(s) occurred:

* aws_dynamodb_table.bar: 1 error(s) occurred:

* aws_dynamodb_table.bar: AWS Error creating DynamoDB table: LimitExceededException: Subscriber limit exceeded: There is a limit of 256 tables per subscriber
        status code: 400, request id: J2MC7MR060VKBPHP9P6JG5B6Q3VV4KQNSO5AEMVJF66Q9ASUAAJG
```
2017-05-17 08:59:47 -04:00
..
2017-03-14 14:28:13 -04:00
2017-02-13 19:11:30 +00:00
2016-11-13 23:17:02 -08:00
2017-01-20 10:59:14 -05:00
2016-10-24 10:33:59 -07:00
2016-10-24 10:33:59 -07:00
2016-08-13 02:09:51 +02:00
2016-10-24 10:33:59 -07:00
2016-02-22 10:21:33 -08:00
2017-02-13 14:10:01 -08:00
2017-03-14 14:28:13 -04:00
2016-10-24 10:33:59 -07:00
2016-10-24 10:33:59 -07:00
2016-10-24 10:33:59 -07:00
2016-02-22 10:21:33 -08:00