alicloud_alikafka_sasl_users

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

Example Usage

data "alicloud_alikafka_sasl_users" "sasl_users_ds" {
  instance_id = "xxx"
  name_regex = "username"
  output_file = "saslUsers.txt"
}

output "first_sasl_username" {
  value = "${data.alicloud_alikafka_sasl_users.sasl_users_ds.users.0.username}"
}

Argument Reference

The following arguments are supported:

Attributes Reference

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