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_endpoint_address" {
source="./modules/alicloud/r/alicloud_polardb_endpoint_address"# connection_prefix - (optional) is a type of stringconnection_prefix=null# db_cluster_id - (required) is a type of stringdb_cluster_id=null# db_endpoint_id - (required) is a type of stringdb_endpoint_id=null# net_type - (optional) is a type of stringnet_type=null
}
resource"alicloud_polardb_endpoint_address""this" {
# connection_prefix - (optional) is a type of stringconnection_prefix=var.connection_prefix# db_cluster_id - (required) is a type of stringdb_cluster_id=var.db_cluster_id# db_endpoint_id - (required) is a type of stringdb_endpoint_id=var.db_endpoint_id# net_type - (optional) is a type of stringnet_type=var.net_type
}