File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
yarn-project/falafel/terraform Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -90,7 +90,7 @@ resource "aws_db_instance" "postgres" {
9090 allocated_storage = 8
9191 db_subnet_group_name = aws_db_subnet_group. default . name
9292 engine = " postgres"
93- engine_version = " 13.10 "
93+ engine_version = " 13.13 "
9494 identifier = " ${ var . DEPLOY_TAG } -falafel-db"
9595 instance_class = " db.t4g.large"
9696 name = " falafel"
Original file line number Diff line number Diff line change @@ -82,7 +82,7 @@ resource "aws_db_instance" "postgres" {
8282 max_allocated_storage = 100
8383 db_subnet_group_name = aws_db_subnet_group. default . name
8484 engine = " postgres"
85- engine_version = " 13.10 "
85+ engine_version = " 13.13 "
8686 identifier = " ${ var . DEPLOY_TAG } -falafel-db"
8787 instance_class = " db.t4g.large"
8888 name = " falafel"
You can’t perform that action at this time.
0 commit comments