alicloud_alidns_records

This data source provides a list of Alidns Domain Records in an Alibaba Cloud account according to the specified filters.

Example Usage

data "alicloud_alidns_records" "records_ds" {
  domain_name = "xiaozhu.top"
  ids         = ["1978593525779****"]
  type        = "A"
  output_file = "records.txt"
}

output "first_record_id" {
  value = "${data.alicloud_alidns_records.records_ds.records.0.record_id}"
}

Argument Reference

The following arguments are supported:

Attributes Reference

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