Use this data source to get information of a TLS certificate for use with other resources.
data "fastly_tls_certificate" "example" {
name = "example.com"
}
domains
(Set of String) Domains that are listed in any certificates' Subject Alternative Names (SAN) list.id
(String) Unique ID assigned to certificate by Fastlyissued_to
(String) The hostname for which a certificate was issued.issuer
(String) The certificate authority that issued the certificate.name
(String) Human-readable name used to identify the certificate. Defaults to the certificate's Common Name or first Subject Alternative Name entry.created_at
(String) Timestamp (GMT) when the certificate was createdreplace
(Boolean) A recommendation from Fastly indicating the key associated with this certificate is in need of rotationserial_number
(String) A value assigned by the issuer that is unique to a certificatesignature_algorithm
(String) The algorithm used to sign the certificateupdated_at
(String) Timestamp (GMT) when the certificate was last updated