Skip to content

Latest commit

 

History

History
34 lines (24 loc) · 923 Bytes

tiered_cache.md

File metadata and controls

34 lines (24 loc) · 923 Bytes
page_title subcategory description
cloudflare_tiered_cache Resource - Cloudflare
Provides a resource, that manages Cloudflare Tiered Cache settings. This allows you to adjust topologies for your zone.

cloudflare_tiered_cache (Resource)

Provides a resource, that manages Cloudflare Tiered Cache settings. This allows you to adjust topologies for your zone.

Example Usage

resource "cloudflare_tiered_cache" "example" {
  zone_id    = "0da42c8d2132a9ddaf714f9e7c920711"
  cache_type = "smart"
}

Schema

Required

  • cache_type (String) The typed of tiered cache to utilize on the zone. Available values: generic, smart, off.
  • zone_id (String) The zone identifier to target for the resource. Modifying this attribute will force creation of a new resource.

Read-Only

  • id (String) The ID of this resource.