Use this data source to get the IDs of available TLS configurations for use with other resources.
data "fastly_tls_configuration_ids" "example" {}
resource "fastly_tls_activation" "example" {
configuration_id = data.fastly_tls_configuration_ids.example.ids[0]
// ...
}
id
(String) The ID of this resource.ids
(Set of String) List of IDs corresponding to available TLS configurations.