Skip to content

Commit

Permalink
fix(infra): upgrade rds psql to current version
Browse files Browse the repository at this point in the history
  • Loading branch information
dotoleeoak committed Feb 15, 2024
1 parent da0e613 commit 0cb1668
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infra/modules/codedang-infra/db.tf
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ resource "aws_subnet" "private_db3" {
resource "aws_db_instance" "db-test" {
db_name = "codedang_db"
engine = "postgres"
engine_version = "14.7"
engine_version = "14.10"
allocated_storage = 5
instance_class = "db.t4g.small"

Expand Down

0 comments on commit 0cb1668

Please sign in to comment.