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_account_privilege" {
source="./modules/alicloud/r/alicloud_polardb_account_privilege"# account_name - (required) is a type of stringaccount_name=null# account_privilege - (optional) is a type of stringaccount_privilege=null# db_cluster_id - (required) is a type of stringdb_cluster_id=null# db_names - (required) is a type of set of stringdb_names=[]
}
resource"alicloud_polardb_account_privilege""this" {
# account_name - (required) is a type of stringaccount_name=var.account_name# account_privilege - (optional) is a type of stringaccount_privilege=var.account_privilege# db_cluster_id - (required) is a type of stringdb_cluster_id=var.db_cluster_id# db_names - (required) is a type of set of stringdb_names=var.db_names
}