alicloud_alidns_domain_groups

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

Example Usage

data "alicloud_alidns_domain_groups" "example" {
  ids = ["c5ef2bc43064445787adf182af2****"]
}
output "first_domain_group_id" {
  value = "${data.alicloud_alidns_domain_groups.example.groups.0.id}"
}

Argument Reference

The following arguments are supported:

Attributes Reference

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