fastly_tls_private_key_ids

Use this data source to get the list of TLS private key identifiers in Fastly.

Example Usage

data "fastly_tls_private_key_ids" "demo" {}

data "fastly_tls_private_key" "example" {
  id = fastly_tls_private_key_ids.demo.ids[0]
}

Schema

Read-Only