Use this data source to get the IDs of available Platform TLS Certificates for use with other resources.
data "fastly_tls_platform_certificate_ids" "example" {}
data "fastly_tls_platform_certificate" "example" {
id = data.fastly_tls_platform_certificate_ids.example.ids[0]
}
id
(String) The ID of this resource.ids
(Set of String) List of IDs corresponding to Platform TLS certificates.