Skip to content

Commit 3ddafef

Browse files
committed
update database to 16.6
1 parent 30c81b3 commit 3ddafef

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

terraform/modules/storage/database-pair/variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,5 @@ variable "vpc_id" {
1919
variable "engine_version" {
2020
description = "The version of the postgres database"
2121
type = string
22-
default = "16.3"
22+
default = "16.6"
2323
}

terraform/modules/storage/postgres/variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,5 +43,5 @@ variable "rds_instance_class" {
4343
variable "engine_version" {
4444
description = "The version of the postgres database"
4545
type = string
46-
default = "16.3"
46+
default = "16.6"
4747
}

0 commit comments

Comments
 (0)