cloudflare_regional_tiered_cache (Resource)

Instructs Cloudflare to check a regional hub data center on the way to your upper tier. This can help improve performance for smart and custom tiered cache topologies.

Example Usage

resource "cloudflare_regional_tiered_cache" "example" {
  zone_id = "0da42c8d2132a9ddaf714f9e7c920711"
  value   = "on"
}

Schema

Required

Read-Only

Import

Import is supported using the following syntax:

$ terraform import cloudflare_regional_tiered_cache.example <zone_id>