fastly_tls_private_key

Use this data source to get information on a TLS Private Key uploaded to Fastly.

Example Usage

data "fastly_tls_private_key" "demo" {
  name = "demo-private-key"
}

output "private_key_needs_replacing" {
  value = data.fastly_tls_private_key.demo.replace
}

Schema

Optional

Read-Only