resource "aws_db_proxy_default_target_group" "del-rds-stage" {
  db_proxy_name = "del-rds-stage"
  connection_pool_config {
    connection_borrow_timeout    = 299
    init_query                   = null
    max_connections_percent      = 95
    max_idle_connections_percent = 95
    session_pinning_filters      = []
  }
}

resource "aws_db_proxy_default_target_group" "mlib-rds-stage" {
  db_proxy_name = "mlib-rds-stage"
  connection_pool_config {
    connection_borrow_timeout    = 299
    init_query                   = null
    max_connections_percent      = 95
    max_idle_connections_percent = 95
    session_pinning_filters      = []
  }
}