cloudflare_logpull_retention (Resource)

Allows management of the Logpull Retention settings used to control whether or not to retain HTTP request logs.

Example Usage

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

Schema

Required

Read-Only

Import

Import is supported using the following syntax:

$ terraform import cloudflare_logpull_retention.example <zone_id>