We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55de16d commit 8f63b5dCopy full SHA for 8f63b5d
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.17"
+ engine_version = "18.1"
13
instance_class = "db.t4g.micro"
14
db_name = local.is_prod ? "${local.normalized_workspace}backend" : "pycon"
15
username = "root"
0 commit comments