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_database" {
source="./modules/alicloud/r/alicloud_polardb_database"# character_set_name - (optional) is a type of stringcharacter_set_name=null# db_cluster_id - (required) is a type of stringdb_cluster_id=null# db_description - (optional) is a type of stringdb_description=null# db_name - (required) is a type of stringdb_name=null
}
resource"alicloud_polardb_database""this" {
# character_set_name - (optional) is a type of stringcharacter_set_name=var.character_set_name# db_cluster_id - (required) is a type of stringdb_cluster_id=var.db_cluster_id# db_description - (optional) is a type of stringdb_description=var.db_description# db_name - (required) is a type of stringdb_name=var.db_name
}