Skip to content

Commit b74bd23

Browse files
committed
default to postgres 15.4
1 parent f4c16dd commit b74bd23

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

environments/template/variables.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ variable "db_backup_window" {
4444
variable "db_cluster_family" {
4545
description = "Family of DB cluster parameter group"
4646
type = string
47-
default = "aurora-postgresql12"
47+
default = "aurora-postgresql15"
4848
}
4949

5050
variable "db_cluster_size" {
@@ -55,7 +55,7 @@ variable "db_cluster_size" {
5555
variable "db_engine_version" {
5656
description = "Version of DB engine to use"
5757
type = string
58-
default = "12.4"
58+
default = "15.4"
5959
}
6060

6161
variable "db_instance_type" {

0 commit comments

Comments
 (0)