Skip to content

Commit

Permalink
Bump postgres version.
Browse files Browse the repository at this point in the history
  • Loading branch information
charlielye committed Sep 12, 2023
1 parent 43ba077 commit 27c7db8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion yarn-project/falafel/terraform/dev/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ resource "aws_db_instance" "postgres" {
allocated_storage = 8
db_subnet_group_name = aws_db_subnet_group.default.name
engine = "postgres"
engine_version = "13.7"
engine_version = "13.10"
identifier = "${var.DEPLOY_TAG}-falafel-db"
instance_class = "db.t4g.large"
name = "falafel"
Expand Down
2 changes: 1 addition & 1 deletion yarn-project/falafel/terraform/prod/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ resource "aws_db_instance" "postgres" {
max_allocated_storage = 100
db_subnet_group_name = aws_db_subnet_group.default.name
engine = "postgres"
engine_version = "13.7"
engine_version = "13.10"
identifier = "${var.DEPLOY_TAG}-falafel-db"
instance_class = "db.t4g.large"
name = "falafel"
Expand Down

0 comments on commit 27c7db8

Please sign in to comment.