alicloud_config_aggregate_compliance_packs

This data source provides the Config Aggregate Compliance Packs of the current Alibaba Cloud user.

Example Usage

Basic Usage

data "alicloud_config_aggregate_compliance_packs" "example" {
  aggregator_id = "ca-3a9b626622af001d****"
  ids           = ["cp-152a626622af00bc****"]
  name_regex    = "the_resource_name"
}

output "first_config_aggregate_compliance_pack_id" {
  value = data.alicloud_config_aggregate_compliance_packs.example.packs.0.id
}

Argument Reference

The following arguments are supported:

Attributes Reference

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