Skip to content

Commit 8e617bd

Browse files
fix: only using alphanumeric characters in db_name
1 parent 1953722 commit 8e617bd

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)