We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1953722 commit 8e617bdCopy full SHA for 8e617bd
main.tf
@@ -14,7 +14,7 @@ resource "aws_db_instance" "this" {
14
identifier = "soat-tc-rds-db"
15
engine = "postgres"
16
17
- db_name = "backend-db"
+ db_name = "backend"
18
19
allocated_storage = 20
20
storage_type = "gp2"
0 commit comments