alicloud_alidns_custom_lines

This data source provides the Alidns Custom Lines of the current Alibaba Cloud user.

Example Usage

Basic Usage

data "alicloud_alidns_custom_lines" "ids" {
  enable_details = true
  domain_name    = "your_domain_name"
}
output "alidns_custom_line_id_1" {
  value = data.alicloud_alidns_custom_lines.ids.lines.0.id
}

Argument Reference

The following arguments are supported:

Argument Reference

The following attributes are exported in addition to the arguments listed above: