Skip to content

Commit f613d40

Browse files
committed
rename db names
1 parent 02d0609 commit f613d40

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

rds_variables.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ variable "order_svc_db_password" {
1212
variable "order_svc_db_name" {
1313
description = "Order Service RDS Database instance name"
1414
type = string
15-
default = "postgres"
15+
default = "order_db"
1616
}
1717

1818
variable "order_svc_db_port" {
@@ -37,7 +37,7 @@ variable "payment_svc_db_password" {
3737
variable "payment_svc_db_name" {
3838
description = "Payment Service RDS Database instance name"
3939
type = string
40-
default = "postgres"
40+
default = "payment_db"
4141
}
4242

4343
variable "payment_svc_db_port" {

0 commit comments

Comments
 (0)