Retrieves information about a specific DNS domain registered with your Vultr account
Get information about a DNS domain associated with your Vultr account.
Get the information for a DNS domain:
data "vultr_dns_domain" "my_domain" {
domain = "example.com"
}
The following arguments are supported:
domain
- (Required) The name you're searching for.The following attributes are exported:
domain
- Name of domain.date_created
- The date the DNS domain was added to your Vultr account.dns_sec
- The Domain's DNSSEC status
No comments yet.