Skip to content

Commit

Permalink
infra: fix db name
Browse files Browse the repository at this point in the history
  • Loading branch information
andreiio committed Dec 13, 2023
1 parent 7383641 commit fe85ab2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/locals.tf
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ locals {
}

db = {
name = "bursa-binelui"
name = "bursa_binelui"
instance_class = var.env == "production" ? "db.t4g.micro" : "db.t4g.small"
}

Expand Down

0 comments on commit fe85ab2

Please sign in to comment.