Provides a resource which manages Total TLS for a zone.
resource "cloudflare_total_tls" "example" {
zone_id = "0da42c8d2132a9ddaf714f9e7c920711"
enabled = true
certificate_authority = "lets_encrypt"
}
enabled
(Boolean) Enable Total TLS for the zone.zone_id
(String) The zone identifier to target for the resource. Modifying this attribute will force creation of a new resource.certificate_authority
(String) The Certificate Authority that Total TLS certificates will be issued through. Available values: google
, lets_encrypt
.id
(String) The ID of this resource.Import is supported using the following syntax:
$ terraform import cloudflare_total_tls.example <zone_id>