Skip to content

Commit

Permalink
Merge pull request #6 from FIAP-3SOAT-G15/fix-rds-name
Browse files Browse the repository at this point in the history
Fix RDS instance name
  • Loading branch information
wellyfrs authored May 17, 2024
2 parents 4e35709 + 7943b46 commit 5efc02f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/rds.tf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
locals {
name = "stock-db"
name = "stockdb"
username = "master"
port = 5432
}
Expand Down

0 comments on commit 5efc02f

Please sign in to comment.