terraform/builtin/providers/fastly
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
..
config.go provider/fastly: Add Fastly Provider, ServiceV1 resource 2016-03-23 14:53:50 -05:00
data_source_ip_ranges.go Renamed blocks to cidr_blocks. 2016-08-05 21:29:43 +02:00
data_source_ip_ranges_test.go Added tests. 2016-08-09 14:42:19 +02:00
provider.go Added IP ranges from Fastly 2016-08-04 19:19:43 +02:00
provider_test.go provider/fastly: Add Fastly Provider, ServiceV1 resource 2016-03-23 14:53:50 -05:00
resource_fastly_service_v1.go provider/fastly: Allow specifying log format version 2017-02-06 14:54:58 -05:00
resource_fastly_service_v1_cache_setting_test.go provider/fastly: Add support for Cache Settings (#6781) 2016-05-23 15:07:00 -05:00
resource_fastly_service_v1_conditionals_test.go provider/fastly: Add support for Conditions for Fastly Services (#6481) 2016-05-09 14:08:13 -04:00
resource_fastly_service_v1_gzip_test.go provider/fastly: Add Gzip rule support (#6247) 2016-04-20 13:43:54 -05:00
resource_fastly_service_v1_headers_test.go provider/fastly: add ssl_hostname option 2016-12-06 08:28:37 +00:00
resource_fastly_service_v1_papertrail_test.go provider/fastly Adds papertrail logging (#11491) 2017-01-30 16:05:27 +00:00
resource_fastly_service_v1_request_setting_test.go provider/fastly: Add support for Service Request Settings 2016-05-11 16:56:18 -05:00
resource_fastly_service_v1_s3logging_test.go provider/fastly: Allow specifying log format version 2017-02-06 14:54:58 -05:00
resource_fastly_service_v1_test.go Add request_condition to backend definistion (#11238) 2017-01-18 13:43:09 +00:00
resource_fastly_service_v1_vcl_test.go provider/fastly: add support for custom VCL configuration (supersedes #6587) (#6662) 2016-05-17 14:49:51 -05:00
validators.go provider/fastly: Allow specifying log format version 2017-02-06 14:54:58 -05:00
validators_test.go provider/fastly: Allow specifying log format version 2017-02-06 14:54:58 -05:00