cloudflare_custom_ssl (Resource)

Provides a Cloudflare custom SSL resource.

Example Usage

resource "cloudflare_custom_ssl" "example" {
  zone_id = "0da42c8d2132a9ddaf714f9e7c920711"
  custom_ssl_options {
    certificate      = "-----INSERT CERTIFICATE-----"
    private_key      = "-----INSERT PRIVATE KEY-----"
    bundle_method    = "ubiquitous"
    geo_restrictions = "us"
    type             = "legacy_custom"
  }
}

Schema

Required

Optional

Read-Only

Nested Schema for custom_ssl_options

Optional:

Nested Schema for custom_ssl_priority

Optional:

Read-Only:

Import

Import is supported using the following syntax:

$ terraform import cloudflare_custom_ssl.example <zone_id>/<certificate_id>