Skip to content

Commit

Permalink
Merge pull request #1790 from cloud-gov/csb-db-name
Browse files Browse the repository at this point in the history
CSB expects a specific database name
  • Loading branch information
jameshochadel authored Oct 7, 2024
2 parents 7803db0 + e3bed6a commit fbd5661
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/modules/csb/broker/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ variable "rds_db_size" {

variable "rds_db_name" {
type = string
default = "csb"
default = "servicebroker"
}

variable "rds_db_engine" {
Expand Down

0 comments on commit fbd5661

Please sign in to comment.