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.
resource "cloudflare_zone_cache_reserve" "example" {
zone_id = "0da42c8d2132a9ddaf714f9e7c920711"
enabled = true
}
enabled
(Boolean) Whether to enable or disable Cache Reserve support for a given zone.zone_id
(String) The zone identifier to target for the resource. Modifying this attribute will force creation of a new resource.id
(String) The ID of this resource.Import is supported using the following syntax:
$ terraform import cloudflare_zone_cache_reserve.example <zone_id>