fastly_tls_certificate_ids

Use this data source to get the IDs of available TLS certificates for use with other resources.

Example Usage

data "fastly_tls_certificate_ids" "example" {}

resource "fastly_tls_activation" "example" {
  certificate_id = data.fastly_tls_certificate_ids.example.ids[0]
  // ...
}

Schema

Read-Only