alicloud_config_aggregators

This data source provides the Config Aggregators of the current Alibaba Cloud user.

Example Usage

Basic Usage

data "alicloud_config_aggregators" "example" {
  ids        = ["ca-3ce2626622af0005****"]
  name_regex = "the_resource_name"
}

output "first_config_aggregator_id" {
  value = data.alicloud_config_aggregators.example.aggregators.0.id
}

Argument Reference

The following arguments are supported:

Attributes Reference

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