terraform/vendor
Jake Champlin 5481fd941a
provider/fastly: Allow specifying log format version
Allows the user to specify the log format version when setting up `s3logging` on the fastly service resource.

Requires an update to the vendored `go-fastly` dependency.

Also adds an additional acceptance test for the new attribute.

```
$ make testacc TEST=./builtin/providers/fastly TESTARGS='-run=TestAccFastlyServiceV1_s3logging'
==> Checking that code complies with gofmt requirements...
go generate $(go list ./... | grep -v /terraform/vendor/)
2017/02/06 14:51:55 Generated command/internal_plugin_list.go
TF_ACC=1 go test ./builtin/providers/fastly -v -run=TestAccFastlyServiceV1_s3logging -timeout 120m
=== RUN   TestAccFastlyServiceV1_s3logging_basic
--- PASS: TestAccFastlyServiceV1_s3logging_basic (36.11s)
=== RUN   TestAccFastlyServiceV1_s3logging_s3_env
--- PASS: TestAccFastlyServiceV1_s3logging_s3_env (15.35s)
=== RUN   TestAccFastlyServiceV1_s3logging_formatVersion
--- PASS: TestAccFastlyServiceV1_s3logging_formatVersion (15.71s)
PASS
ok      github.com/hashicorp/terraform/builtin/providers/fastly 67.186s
```
2017-02-06 14:54:58 -05:00
..
cloud.google.com/go need to add the files too 2017-01-20 10:59:14 -05:00
github.com provider/fastly: Allow specifying log format version 2017-02-06 14:54:58 -05:00
golang.org/x fix golang.org/x/crypto/curve25519 2017-01-25 14:17:04 -05:00
google.golang.org providers/google: Support managing projects 2017-01-25 14:59:50 -08:00
gopkg.in Ns1 provider (#10782) 2017-01-23 21:41:07 +00:00
vendor.json provider/fastly: Allow specifying log format version 2017-02-06 14:54:58 -05:00