fastly_tls_configuration_ids

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

Example Usage

data "fastly_tls_configuration_ids" "example" {}

resource "fastly_tls_activation" "example" {
  configuration_id = data.fastly_tls_configuration_ids.example.ids[0]
  // ...
}

Schema

Read-Only