Use this data source to get the list of TLS private key identifiers in Fastly.
data "fastly_tls_private_key_ids" "demo" {}
data "fastly_tls_private_key" "example" {
id = fastly_tls_private_key_ids.demo.ids[0]
}
id
(String) The ID of this resource.ids
(Set of String) List of IDs of the TLS private keys.