Skip to content

Commit a238b8b

Browse files
author
ranchodeluxe
committed
include RDS upgrade version
1 parent e797c48 commit a238b8b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

terraform/veda-wfs3/rds.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ resource "aws_db_instance" "db" {
4545
db_name = "veda"
4646
identifier = "${var.project_name}-${var.env}"
4747
engine = "postgres"
48-
engine_version = "14.3"
48+
engine_version = "14.7"
4949
// https://docs.aws.amazon.com/AmazonRDS/latest/APIReference/API_CreateDBInstance.html
5050
allocated_storage = 100
5151
max_allocated_storage = 500

0 commit comments

Comments
 (0)