Skip to content

Commit a825cd4

Browse files
committed
engine version
1 parent dcf685e commit a825cd4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • infrastructure/applications/database

infrastructure/applications/database/db.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ resource "aws_db_instance" "database" {
99
engine = "postgres"
1010
identifier = "pythonit-${terraform.workspace}"
1111
allow_major_version_upgrade = true
12-
engine_version = "14.12"
12+
engine_version = "14.13"
1313
instance_class = "db.t4g.micro"
1414
db_name = local.is_prod ? "${local.normalized_workspace}backend" : "pycon"
1515
username = "root"

0 commit comments

Comments
 (0)