Allows management of the Logpull Retention settings used to control whether or not to retain HTTP request logs.
resource "cloudflare_logpull_retention" "example" {
zone_id = "0da42c8d2132a9ddaf714f9e7c920711"
enabled = "true"
}
enabled
(Boolean) Whether you wish to retain logs or not.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_logpull_retention.example <zone_id>