We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c2ffbf1 + 106a35b commit 6964ab5Copy full SHA for 6964ab5
1 file changed
tf/environments/prod/main.tf
@@ -180,7 +180,7 @@ module "oonipg" {
180
db_instance_class = "db.t3.medium" # 4GiB => ~448 connections
181
db_storage_type = "gp3"
182
db_allocated_storage = "50"
183
- db_engine_version = "16.8"
+ db_engine_version = "16.13"
184
db_max_allocated_storage = null
185
186
# TODO: fix this to further restrict to only our subnets
0 commit comments