Skip to content

Commit

Permalink
Update infrastructure/database.tf
Browse files Browse the repository at this point in the history
Co-authored-by: David <[email protected]>
  • Loading branch information
avrohomgottlieb and davidsmejia authored Nov 22, 2024
1 parent 127f372 commit 923d24f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions infrastructure/database.tf
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ resource "aws_db_instance" "postgres_db" {
auto_minor_version_upgrade = false
instance_class = var.database_instance_type
name = "scpca_portal"
# TODO: replace db_name with name after upgrade
# db_name = "scpca_portal"
port = "5432"
username = "scpcapostgresuser"
Expand Down

0 comments on commit 923d24f

Please sign in to comment.