Vultr DocsLatest Content


vultr_dns_domain

Updated on 15 September, 2025

Retrieves information about a specific DNS domain registered with your Vultr account


Get information about a DNS domain associated with your Vultr account.

Example Usage

Get the information for a DNS domain:

hcl
data "vultr_dns_domain" "my_domain" {
  domain = "example.com"
}

Argument Reference

The following arguments are supported:

  • domain - (Required) The name you're searching for.

Attributes Reference

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

Comments

No comments yet.