alicloud_dms_enterprise_users

This data source provides a list of DMS Enterprise Users in an Alibaba Cloud account according to the specified filters.

Example Usage

# Declare the data source
data "alicloud_dms_enterprise_users" "dms_enterprise_users_ds" {
  ids    = ["uid"]
  role   = "USER"
  status = "NORMAL"
}

output "first_user_id" {
  value = "${data.alicloud_dms_enterprise_users.dms_enterprise_users_ds.users.0.id}"
}

Argument Reference

The following arguments are supported:

Attributes Reference

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