Skip to content
This repository was archived by the owner on Apr 1, 2025. It is now read-only.

Commit 2978a2f

Browse files
committed
terraform: production,staging vars: bump up postgres minor version
AWS by default applies minimal versions on RDS, this patch only keeps up with the updates. Signed-off-by: Charles Oliveira <charles.oliveira@linaro.org>
1 parent a480150 commit 2978a2f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

terraform/production.tfvars

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ mq_node_type = "t3.micro"
44
db_node_type = "t3.xlarge"
55
db_storage = 749
66
db_max_storage = 3000
7-
db_engine_version = "12.3"
7+
db_engine_version = "12.5"
88
db_parameter_group = "default.postgres12"

terraform/staging.tfvars

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ mq_node_type = "t3a.nano"
44
db_node_type = "t2.medium"
55
db_storage = 500
66
db_max_storage = 750
7-
db_engine_version = "12.3"
7+
db_engine_version = "12.5"
88
db_parameter_group = "default.postgres12"

0 commit comments

Comments
 (0)