exoscale_domain (Data Source)
Fetch Exoscale DNS Domains data.
Corresponding resource: exoscale_domain.
Example Usage
data "exoscale_domain" "my_domain" {
name = "my.domain"
}
output "my_domain_id" {
value = data.exoscale_domain.my_domain.id
}
Please refer to the examples directory for complete configuration examples.
Schema
Required
name
(String) The DNS domain name to match.
Read-Only
id
(String) The ID of this resource.