alicloud_ecd_users

This data source provides the Elastic Desktop Service (ECD) Users of the current Alibaba Cloud user.

Example Usage

Basic Usage

resource "alicloud_ecd_user" "default" {
  end_user_id = "example_value"
  email       = "your_email"
  phone       = "your_phone"
  password    = "your_password"
}
data "alicloud_ecd_users" "ids" {}
output "ecd_user_id_1" {
  value = data.alicloud_ecd_users.ids.users.0.id
}

Argument Reference

The following arguments are supported:

Argument Reference

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