terraform/builtin/providers/fastly
Jeremy Livingston 070b2b9d59 Add Fastly SSL validation fields (#12578)
* Add Fastly SSL validation fields

The ssl_hostname field has been deprecated by Fastly. Instead the new
standard is to use the ssl_cert_hostname and ssl_sni_hostname fields:

- ssl_cert_hostname: Used only for certificate verification.
- ssl_sni_hostname: Used only for SNI in the handshake.

Add these fields to the backend block to better support SSL services.

* Add deprecation notice for ssl_hostname
2017-03-13 20:49:39 +02:00
..
config.go
data_source_ip_ranges.go
data_source_ip_ranges_test.go
provider.go
provider_test.go
resource_fastly_service_v1.go Add Fastly SSL validation fields (#12578) 2017-03-13 20:49:39 +02:00
resource_fastly_service_v1_cache_setting_test.go
resource_fastly_service_v1_conditionals_test.go
resource_fastly_service_v1_gzip_test.go provider/fastly Allows for conditional settings across fastly (#11843) 2017-02-15 09:53:59 +00:00
resource_fastly_service_v1_headers_test.go provider/fastly Allows for conditional settings across fastly (#11843) 2017-02-15 09:53:59 +00:00
resource_fastly_service_v1_healthcheck_test.go provider/fastly Adds healthcheck service (#11709) 2017-02-07 11:34:58 +01:00
resource_fastly_service_v1_papertrail_test.go provider/fastly Allows for conditional settings across fastly (#11843) 2017-02-15 09:53:59 +00:00
resource_fastly_service_v1_request_setting_test.go
resource_fastly_service_v1_response_object_test.go provider/fastly Adds fastly response object (#12032) 2017-02-17 10:36:05 -06:00
resource_fastly_service_v1_s3logging_test.go provider/fastly Allows for conditional settings across fastly (#11843) 2017-02-15 09:53:59 +00:00
resource_fastly_service_v1_test.go Add Fastly SSL validation fields (#12578) 2017-03-13 20:49:39 +02:00
resource_fastly_service_v1_vcl_test.go provider/fastly: Make Fastly Service Backends optional 2017-02-16 16:22:41 -06:00
validators.go
validators_test.go