alicloud_alidns_instances

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

Example Usage

data "alicloud_alidns_instances" "example" {
  ids = ["dns-cn-oew1npk****"]
}
output "first_instance_id" {
  value = "${data.alicloud_alidns_instances.example.instances.0.id}"
}

Argument Reference

The following arguments are supported:

Attributes Reference

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