Skip to content

Commit

Permalink
update database to 16.6
Browse files Browse the repository at this point in the history
  • Loading branch information
peterdudfield committed Jan 15, 2025
1 parent 30c81b3 commit 3ddafef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion terraform/modules/storage/database-pair/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ variable "vpc_id" {
variable "engine_version" {
description = "The version of the postgres database"
type = string
default = "16.3"
default = "16.6"
}
2 changes: 1 addition & 1 deletion terraform/modules/storage/postgres/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,5 @@ variable "rds_instance_class" {
variable "engine_version" {
description = "The version of the postgres database"
type = string
default = "16.3"
default = "16.6"
}

0 comments on commit 3ddafef

Please sign in to comment.