alicloud_dms_user_tenants

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

Example Usage

# Declare the data source
data "alicloud_dms_user_tenants" "default" {
  status = "ACTIVE"
}

output "tid" {
  value = data.alicloud_dms_user_tenants.default.ids.0
}

Argument Reference

The following arguments are supported:

Attributes Reference

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