cloudflare_keyless_certificate (Resource)

Provides a resource, that manages Keyless certificates.

Example Usage

resource "cloudflare_keyless_certificate" "example" {
  zone_id       = "0da42c8d2132a9ddaf714f9e7c920711"
  bundle_method = "ubiquitous"
  name          = "example.com Keyless SSL"
  host          = "example.com"
  port          = 24008
  enabled       = true
  certificate   = "-----INSERT CERTIFICATE-----"
}

Schema

Required

Optional

Read-Only

Import

Import is supported using the following syntax:

$ terraform import cloudflare_keyless_certificate.example <zone_id>/<keyless_certificate_id>