Skip to content

Commit f2b4ef6

Browse files
fix: only using alphanumeric characters in db_name (#13)
2 parents 1953722 + 8e617bd commit f2b4ef6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ resource "aws_db_instance" "this" {
1414
identifier = "soat-tc-rds-db"
1515
engine = "postgres"
1616

17-
db_name = "backend-db"
17+
db_name = "backend"
1818

1919
allocated_storage = 20
2020
storage_type = "gp2"

0 commit comments

Comments
 (0)