Skip to main content
selectel_domains_domain_v1
Last update:

selectel_domains_domain_v1

For your information

Эта инструкция — копия документации Selectel Terraform-провайдера в Terraform Registry.

carefully

This data source is applicable to DNS Hosting (legacy). We do not support and develop DNS Hosting (legacy), but domains and records created in DNS Hosting (legacy) continue to work until further notice. We recommend to transfer your data to DNS Hosting (actual). For more information about DNS Hosting (actual), see the official Selectel documentation.

Provides an ID of a domain in DNS Hosting (legacy).

Example Usage

data "selectel_domains_domain_v1" "domain_1" {
name = "example.com"
}

Argument Reference

  • name - (Required) Domain name.

Attributes Reference

  • id - Unique identifier of the domain.

  • name - Domain name.

  • user_id - Selectel account ID. The account ID is in the top right corner of the Control panel.