You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
module"alicloud_alikafka_consumer_groups" {
source="./modules/alicloud/d/alicloud_alikafka_consumer_groups"# consumer_id_regex - (optional) is a type of stringconsumer_id_regex=null# instance_id - (required) is a type of stringinstance_id=null# output_file - (optional) is a type of stringoutput_file=null
}
data"alicloud_alikafka_consumer_groups""this" {
# consumer_id_regex - (optional) is a type of stringconsumer_id_regex=var.consumer_id_regex# instance_id - (required) is a type of stringinstance_id=var.instance_id# output_file - (optional) is a type of stringoutput_file=var.output_file
}
output"consumer_ids" {
description="returns a list of string"value=data.alicloud_alikafka_consumer_groups.this.consumer_ids
}
output"id" {
description="returns a string"value=data.alicloud_alikafka_consumer_groups.this.id
}
output"this" {
value=alicloud_alikafka_consumer_groups.this
}