You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/data-sources/certificate_pack.md
+76-1Lines changed: 76 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,11 +23,86 @@ data "cloudflare_certificate_pack" "example_certificate_pack" {
23
23
24
24
### Required
25
25
26
-
-`certificate_pack_id` (String) Identifier.
27
26
-`zone_id` (String) Identifier.
28
27
28
+
### Optional
29
+
30
+
-`certificate_pack_id` (String) Identifier.
31
+
-`filter` (Attributes) (see [below for nested schema](#nestedatt--filter))
32
+
29
33
### Read-Only
30
34
35
+
-`certificate_authority` (String) Certificate Authority selected for the order. For information on any certificate authority specific details or restrictions [see this page for more details.](https://developers.cloudflare.com/ssl/reference/certificate-authorities)
36
+
Available values: "google", "lets_encrypt", "ssl_com".
37
+
-`certificates` (Attributes List) Array of certificates in this pack. (see [below for nested schema](#nestedatt--certificates))
38
+
-`cloudflare_branding` (Boolean) Whether or not to add Cloudflare Branding for the order. This will add a subdomain of sni.cloudflaressl.com as the Common Name if set to true.
39
+
-`hosts` (List of String) Comma separated list of valid host names for the certificate packs. Must contain the zone apex, may not contain more than 50 hosts, and may not be empty.
31
40
-`id` (String) Identifier.
41
+
-`primary_certificate` (String) Identifier of the primary certificate in a pack.
Available values: "mh_custom", "managed_hostname", "sni_custom", "universal", "advanced", "total_tls", "keyless", "legacy_custom".
46
+
-`validation_errors` (Attributes List) Domain validation errors that have been received by the certificate authority (CA). (see [below for nested schema](#nestedatt--validation_errors))
47
+
-`validation_method` (String) Validation Method selected for the order.
48
+
Available values: "txt", "http", "email".
49
+
-`validation_records` (Attributes List) Certificates' validation records. (see [below for nested schema](#nestedatt--validation_records))
50
+
-`validity_days` (Number) Validity Days selected for the order.
51
+
Available values: 14, 30, 90, 365.
52
+
53
+
<aid="nestedatt--filter"></a>
54
+
### Nested Schema for `filter`
55
+
56
+
Optional:
57
+
58
+
-`status` (String) Include Certificate Packs of all statuses, not just active ones.
-`expires_on` (String) When the certificate from the authority expires.
69
+
-`geo_restrictions` (Attributes) Specify the region where your private key can be held locally. (see [below for nested schema](#nestedatt--certificates--geo_restrictions))
70
+
-`hosts` (List of String) Hostnames covered by this certificate.
71
+
-`id` (String) Certificate identifier.
72
+
-`issuer` (String) The certificate authority that issued the certificate.
73
+
-`modified_on` (String) When the certificate was last modified.
74
+
-`priority` (Number) The order/priority in which the certificate will be used.
75
+
-`signature` (String) The type of hash used for the certificate.
76
+
-`status` (String) Certificate status.
77
+
-`uploaded_on` (String) When the certificate was uploaded to Cloudflare.
Copy file name to clipboardExpand all lines: docs/data-sources/certificate_packs.md
+66Lines changed: 66 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -38,4 +38,70 @@ Available values: "all".
38
38
<aid="nestedatt--result"></a>
39
39
### Nested Schema for `result`
40
40
41
+
Read-Only:
42
+
43
+
-`certificate_authority` (String) Certificate Authority selected for the order. For information on any certificate authority specific details or restrictions [see this page for more details.](https://developers.cloudflare.com/ssl/reference/certificate-authorities)
44
+
Available values: "google", "lets_encrypt", "ssl_com".
45
+
-`certificates` (Attributes List) Array of certificates in this pack. (see [below for nested schema](#nestedatt--result--certificates))
46
+
-`cloudflare_branding` (Boolean) Whether or not to add Cloudflare Branding for the order. This will add a subdomain of sni.cloudflaressl.com as the Common Name if set to true.
47
+
-`hosts` (List of String) Comma separated list of valid host names for the certificate packs. Must contain the zone apex, may not contain more than 50 hosts, and may not be empty.
48
+
-`id` (String) Identifier.
49
+
-`primary_certificate` (String) Identifier of the primary certificate in a pack.
Available values: "mh_custom", "managed_hostname", "sni_custom", "universal", "advanced", "total_tls", "keyless", "legacy_custom".
54
+
-`validation_errors` (Attributes List) Domain validation errors that have been received by the certificate authority (CA). (see [below for nested schema](#nestedatt--result--validation_errors))
55
+
-`validation_method` (String) Validation Method selected for the order.
56
+
Available values: "txt", "http", "email".
57
+
-`validation_records` (Attributes List) Certificates' validation records. (see [below for nested schema](#nestedatt--result--validation_records))
58
+
-`validity_days` (Number) Validity Days selected for the order.
-`expires_on` (String) When the certificate from the authority expires.
68
+
-`geo_restrictions` (Attributes) Specify the region where your private key can be held locally. (see [below for nested schema](#nestedatt--result--certificates--geo_restrictions))
69
+
-`hosts` (List of String) Hostnames covered by this certificate.
70
+
-`id` (String) Certificate identifier.
71
+
-`issuer` (String) The certificate authority that issued the certificate.
72
+
-`modified_on` (String) When the certificate was last modified.
73
+
-`priority` (Number) The order/priority in which the certificate will be used.
74
+
-`signature` (String) The type of hash used for the certificate.
75
+
-`status` (String) Certificate status.
76
+
-`uploaded_on` (String) When the certificate was uploaded to Cloudflare.
0 commit comments