terraform/builtin/providers/cloudflare
Alexander Simmerl 251075564a provider/cloudflare: Add proxied option (#5508)
This change adds the support for the proxied configuration option for a
record which enables origin protection for CloudFlare records.

In order to do so the golang library needed to be changed as the old did
not support the option and was using and outdated API version.

Open issues which ask for this (#5049, #3805).
2016-04-27 18:04:07 +01:00
..
config.go provider/cloudflare: Add proxied option (#5508) 2016-04-27 18:04:07 +01:00
provider.go Move duplicated envDefaultFunc out of each provider and into Schema. 2015-01-16 17:25:39 +00:00
provider_test.go provider/cloudflare: Add proxied option (#5508) 2016-04-27 18:04:07 +01:00
resource_cloudflare_record.go provider/cloudflare: Add proxied option (#5508) 2016-04-27 18:04:07 +01:00
resource_cloudflare_record_test.go provider/cloudflare: Add proxied option (#5508) 2016-04-27 18:04:07 +01:00