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 02d0609 commit f613d40Copy full SHA for f613d40
rds_variables.tf
@@ -12,7 +12,7 @@ variable "order_svc_db_password" {
12
variable "order_svc_db_name" {
13
description = "Order Service RDS Database instance name"
14
type = string
15
- default = "postgres"
+ default = "order_db"
16
}
17
18
variable "order_svc_db_port" {
@@ -37,7 +37,7 @@ variable "payment_svc_db_password" {
37
variable "payment_svc_db_name" {
38
description = "Payment Service RDS Database instance name"
39
40
+ default = "payment_db"
41
42
43
variable "payment_svc_db_port" {
0 commit comments