MaterializeInc / terraform-aws-rds-privatelink

A Terraform module for configuring RDS with AWS PrivateLink.
https://registry.terraform.io/modules/MaterializeInc/rds-privatelink
Apache License 2.0
2 stars 0 forks source link

Patch the outpout to allow for MySQL RDS instructions #7

Closed bobbyiliev closed 2 weeks ago

bobbyiliev commented 8 months ago

The current AWS RDS Privatelink Terraform module is tailored specifically for PostgreSQL. This issue proposes patching the module to make it database-agnostic, allowing it to support MySQL RDS instances as well. The goal is to enhance the module to work seamlessly with both MySQL and PostgreSQL, providing a unified solution for users managing different types of RDS databases.

The module will mainly work with MySQL in its current state but will have some misleading Postgres output.