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.
resource "cloudflare_regional_tiered_cache" "example" {
zone_id = "0da42c8d2132a9ddaf714f9e7c920711"
value = "on"
}
value
(String) Value of the Regional Tiered Cache zone setting.zone_id
(String) The zone identifier to target for the resource.id
(String) The ID of this resource.Import is supported using the following syntax:
$ terraform import cloudflare_regional_tiered_cache.example <zone_id>