alicloud_alikakfa_consumer_groups

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

Example Usage

data "alicloud_alikafka_consumer_groups" "consumer_groups_ds" {
  instance_id = "xxx"
  consumer_id_regex = "CID-alikafkaGroupDatasourceName"
  output_file = "consumerGroups.txt"
}

output "first_group_name" {
  value = "${data.alicloud_alikafka_consumer_groups.consumer_groups_ds.consumer_ids.0}"
}

Argument Reference

The following arguments are supported:

Attributes Reference

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