Skip to content

Commit e48dcb0

Browse files
authored
chore: upgrade aurora-postgresql to 16.8 for the IdP module (#1120)
1 parent 99f28a0 commit e48dcb0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aws/idp/rds.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ module "idp_database" {
77

88
database_name = var.zitadel_database_name
99
engine = "aurora-postgresql"
10-
engine_version = "16.6"
10+
engine_version = "16.8"
1111
instances = 1 # TODO: increase for prod loads
1212
instance_class = "db.serverless"
1313
serverless_min_capacity = var.idp_database_min_acu

0 commit comments

Comments
 (0)