Database not being created in RDS aurora cluster #370
Replies: 1 comment
-
Was an issue with DBeaver itself only showing the default database (by default) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm having trouble creating a database within my AWS RDS aurora cluster. When I apply my terraform code it will run without error but the database does not appear in the list of databases (using DBeaver to view databases within the postgres server).
Code looks like this:
Where moule.rds is using the AWS Aurora terraform module: https://registry.terraform.io/modules/terraform-aws-modules/rds-aurora/aws/latest.
I have noticed that after I create a database manually through DBeaver UI that when I apply my terraform code it will delete the database I created manually (and the database I'm trying to create through terraform will still not exist)
Beta Was this translation helpful? Give feedback.
All reactions