We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dcf685e commit a825cd4Copy full SHA for a825cd4
1 file changed
infrastructure/applications/database/db.tf
@@ -9,7 +9,7 @@ resource "aws_db_instance" "database" {
9
engine = "postgres"
10
identifier = "pythonit-${terraform.workspace}"
11
allow_major_version_upgrade = true
12
- engine_version = "14.12"
+ engine_version = "14.13"
13
instance_class = "db.t4g.micro"
14
db_name = local.is_prod ? "${local.normalized_workspace}backend" : "pycon"
15
username = "root"
0 commit comments