Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
aniketsharad opened this issue Mar 22, 2024 · 2 comments

Comments

@aniketsharad
Copy link

Is your request related to a new offering from AWS?

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

  • No 🛑

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
Copy link
Member

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

Copy link

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.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Apr 22, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants