Closed aniketsharad closed 8 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
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.
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