terraform/vendor
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
..
cloud.google.com/go need to add the files too 2017-01-20 10:59:14 -05:00
github.com provider/aws: Handle LimitExceededException for subscriber limits 2017-05-17 08:59:47 -04:00
golang.org/x ssh and curve25519 vendoring 2017-02-24 15:06:32 -05:00
google.golang.org provider/google: Update Google Compute godep 2017-05-02 23:08:23 +02:00
gopkg.in provider/fastly: upgrade go-fastly to fix #12910 (#13648) 2017-04-18 13:30:54 -05:00
k8s.io vendor: k8s.io/kubernetes/pkg/api/validation@v1.5.3 (#12267) 2017-03-01 09:30:02 +00:00
vendor.json provider/aws: Handle LimitExceededException for subscriber limits 2017-05-17 08:59:47 -04:00