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_dms_enterprise_users" {
source="./modules/alicloud/d/alicloud_dms_enterprise_users"# ids - (optional) is a type of list of stringids=[]
# name_regex - (optional) is a type of stringname_regex=null# output_file - (optional) is a type of stringoutput_file=null# role - (optional) is a type of stringrole=null# search_key - (optional) is a type of stringsearch_key=null# status - (optional) is a type of stringstatus=null# tid - (optional) is a type of numbertid=null
}
data"alicloud_dms_enterprise_users""this" {
# ids - (optional) is a type of list of stringids=var.ids# name_regex - (optional) is a type of stringname_regex=var.name_regex# output_file - (optional) is a type of stringoutput_file=var.output_file# role - (optional) is a type of stringrole=var.role# search_key - (optional) is a type of stringsearch_key=var.search_key# status - (optional) is a type of stringstatus=var.status# tid - (optional) is a type of numbertid=var.tid
}
output"id" {
description="returns a string"value=data.alicloud_dms_enterprise_users.this.id
}
output"ids" {
description="returns a list of string"value=data.alicloud_dms_enterprise_users.this.ids
}
output"names" {
description="returns a list of string"value=data.alicloud_dms_enterprise_users.this.names
}
output"users" {
description="returns a list of object"value=data.alicloud_dms_enterprise_users.this.users
}
output"this" {
value=alicloud_dms_enterprise_users.this
}