Use this data source to get the IDs of activations, certificates and subscriptions associated with a domain.
data "fastly_tls_domain" "domain" {
domain = "example.com"
}
domain
(String) Domain name to look up activations, certificates and subscriptions for.id
(String) The ID of this resource.tls_activation_ids
(Set of String) IDs of the activations associated with the domain.tls_certificate_ids
(Set of String) IDs of the certificates associated with the domain.tls_subscription_ids
(Set of String) IDs of the subscriptions associated with the domain.