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 3ddafef commit a31f0afCopy full SHA for a31f0af
terraform/modules/storage/database-pair/variables.tf
@@ -19,5 +19,5 @@ variable "vpc_id" {
19
variable "engine_version" {
20
description = "The version of the postgres database"
21
type = string
22
- default = "16.6"
+ default = "17.2"
23
}
terraform/modules/storage/postgres/variables.tf
@@ -43,5 +43,5 @@ variable "rds_instance_class" {
43
44
45
46
47
0 commit comments