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_polardb_accounts" {
source="./modules/alicloud/d/alicloud_polardb_accounts"# db_cluster_id - (required) is a type of stringdb_cluster_id=null# name_regex - (optional) is a type of stringname_regex=null
}
data"alicloud_polardb_accounts""this" {
# db_cluster_id - (required) is a type of stringdb_cluster_id=var.db_cluster_id# name_regex - (optional) is a type of stringname_regex=var.name_regex
}
output"accounts" {
description="returns a list of object"value=data.alicloud_polardb_accounts.this.accounts
}
output"id" {
description="returns a string"value=data.alicloud_polardb_accounts.this.id
}
output"names" {
description="returns a list of string"value=data.alicloud_polardb_accounts.this.names
}
output"this" {
value=alicloud_polardb_accounts.this
}