output "main_db_address" {
  value = aws_db_instance.main_db.address
}

output "main_db_port" {
  value = aws_db_instance.main_db.port
}
