terraform-aws-modules / terraform-aws-rds-aurora

Terraform module to create AWS RDS Aurora resources πŸ‡ΊπŸ‡¦
https://registry.terraform.io/modules/terraform-aws-modules/rds-aurora/aws
Apache License 2.0
385 stars 568 forks source link

terraform-aws-rds-aurora module should allow list of databases to be created in postgres instance/cluster #439

Closed aniketsharad closed 6 months ago

aniketsharad commented 6 months ago

Is your request related to a new offering from AWS?

Is this functionality available in the AWS provider for Terraform? See CHANGELOG.md, too.

Is your request related to a problem? Please describe.

Cannot create multiple databases in the same aurora postrges instance. input database_name variable does not accepts a list.

Describe the solution you'd like.

input variable database_name should accept list and allow for the user to create multiple databases.

Describe alternatives you've considered.

Some alternatives will be to run postgres client in the same VPC where we are hosting this postgres and run commands to crated postgres database, but that will require some additional code and require us to host postgres client in the same network

bryantbiggs commented 6 months ago

I would suggest investing some time digging into the AWS docs and APIs on this - its not something we, nor the AWS provider control

github-actions[bot] commented 5 months ago

I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.