Provides a Cloudflare device policy certificates resource. Device policy certificate resources enable client device certificate generation.
resource "cloudflare_device_policy_certificates" "example" {
zone_id = "0da42c8d2132a9ddaf714f9e7c920711"
enabled = true
}
enabled
(Boolean) true
if certificate generation is enabled.zone_id
(String) The zone identifier to target for the resource.id
(String) The ID of this resource.Import is supported using the following syntax:
$ terraform import cloudflare_device_policy_certificates.example <zone_id>