cloudflare_zone_cache_reserve (Resource)

Provides a Cloudflare Cache Reserve resource. Cache Reserve can increase cache lifetimes by automatically storing all cacheable files in Cloudflare's persistent object storage buckets.

Note: Using Cache Reserve without Tiered Cache is not recommended.

Example Usage

resource "cloudflare_zone_cache_reserve" "example" {
  zone_id = "0da42c8d2132a9ddaf714f9e7c920711"
  enabled = true
}

Schema

Required

Read-Only

Import

Import is supported using the following syntax:

$ terraform import cloudflare_zone_cache_reserve.example <zone_id>