Skip to content
Start here

Cache Reserve

resource cloudflare_zone_cache_reserve

required Expand Collapse
zone_id: String

Identifier.

optional Expand Collapse
value?: String

Value of the Cache Reserve zone setting.

computed Expand Collapse
id: String

Identifier.

editable: Bool

Whether the setting is editable.

modified_on: Time

Last time this setting was modified.

cloudflare_zone_cache_reserve

resource "cloudflare_zone_cache_reserve" "example_zone_cache_reserve" {
  zone_id = "023e105f4ecef8ad9ca31a8372d0c353"
  value = "on"
}

data cloudflare_zone_cache_reserve

required Expand Collapse
zone_id: String

Identifier.

computed Expand Collapse
id: String

Identifier.

editable: Bool

Whether the setting is editable.

modified_on: Time

Last time this setting was modified.

value: String

Value of the Cache Reserve zone setting.

cloudflare_zone_cache_reserve

data "cloudflare_zone_cache_reserve" "example_zone_cache_reserve" {
  zone_id = "023e105f4ecef8ad9ca31a8372d0c353"
}