alicloud_pvtz_zone_records

This data source provides Private Zone Records resource information owned by an Alibaba Cloud account.

Example Usage

data "alicloud_pvtz_zone_records" "records_ds" {
  zone_id = "${alicloud_pvtz_zone.basic.id}"
  keyword = "${alicloud_pvtz_zone_record.foo.value}"
}

output "first_record_id" {
  value = "${data.alicloud_pvtz_zone_records.records_ds.records.0.id}"
}

Argument Reference

The following arguments are supported:

Attributes Reference

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